The method isTNamespaceNameValid() does not seem to exist on object<AlgoWeb\ODataMeta...taV4\edmx\TIncludeType>.
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 code seems to be duplicated across your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
Loading history...
83
if (!is_string($this->alias)) {
84
$msg = "Alias must be either a string or null";
85
return false;
86
}
87
if (!$this->isTSimpleIdentifierValid($this->alias)) {
The method isTSimpleIdentifierValid() does not seem to exist on object<AlgoWeb\ODataMeta...taV4\edmx\TIncludeType>.
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 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.