It seems like you call parent on a different method (Regionz0() instead of zonez0()). Are you sure this is correct? If so, you might want to change this to $this->Regionz0().
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 (Regionz1() instead of zonez1()). Are you sure this is correct? If so, you might want to change this to $this->Regionz1().
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 (Regionz2() instead of zonez2()). Are you sure this is correct? If so, you might want to change this to $this->Regionz2().
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 (RegionAs0() instead of zoneAs0()). Are you sure this is correct? If so, you might want to change this to $this->RegionAs0().
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 (RegionNa0() instead of zoneNa0()). Are you sure this is correct? If so, you might want to change this to $this->RegionNa0().
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 (qvmRegionZ0() instead of qvmZonez0()). Are you sure this is correct? If so, you might want to change this to $this->qvmRegionZ0().
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 (qvmRegionZ1() instead of qvmZonez1()). Are you sure this is correct? If so, you might want to change this to $this->qvmRegionZ1().
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.