It seems like you call parent on a different method (regionHuadong() instead of zonez0()). Are you sure this is correct? If so, you might want to change this to $this->regionHuadong().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (regionHuabei() instead of zonez1()). Are you sure this is correct? If so, you might want to change this to $this->regionHuabei().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (regionHuanan() instead of zonez2()). Are you sure this is correct? If so, you might want to change this to $this->regionHuanan().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (regionSingapore() instead of zoneAs0()). Are you sure this is correct? If so, you might want to change this to $this->regionSingapore().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (regionNorthAmerica() instead of zoneNa0()). Are you sure this is correct? If so, you might want to change this to $this->regionNorthAmerica().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (qvmRegionHuadong() instead of qvmZonez0()). Are you sure this is correct? If so, you might want to change this to $this->qvmRegionHuadong().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (qvmRegionHuabei() instead of qvmZonez1()). Are you sure this is correct? If so, you might want to change this to $this->qvmRegionHuabei().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
It seems like you call parent on a different method (queryRegion() instead of queryZone()). Are you sure this is correct? If so, you might want to change this to $this->queryRegion().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
This check looks for a call to a parent method whose name is different than the method from which it is called.
Consider the following code:
The
getFirstName()
method in theSon
calls the wrong method in the parent class.