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 (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.
The method qvmRegionZ0() does not seem to exist on object<Qiniu\Region>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
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.
The method qvmRegionZ1() does not seem to exist on object<Qiniu\Region>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
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.