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