Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b77c2

Browse files
author
Denis Korovitskii
committed
fix use
1 parent 6fd9202 commit 59b77c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MethodMetadataPicker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Doctrine\Common\Annotations\Reader;
66
use ReflectionClass;
77
use ReflectionException;
8-
use ReflectionProperty;
8+
use ReflectionMethod;
99

1010
class MethodMetadataPicker
1111
{

0 commit comments

Comments
 (0)