added type hint
This commit is contained in:
parent
3419c65efe
commit
1d927541e2
@ -272,7 +272,7 @@ class ProxyFactory
|
||||
* @param ClassMetadata $class
|
||||
* @return bool
|
||||
*/
|
||||
private function isShortIdentifierGetter($method, $class)
|
||||
private function isShortIdentifierGetter($method, ClassMetadata $class)
|
||||
{
|
||||
$identifier = lcfirst(substr($method->getName(), 3));
|
||||
$cheapCheck = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user