Skip to content

Commit 14b67c8

Browse files
authored
Fix ReflectionParameter @param type on Util::getContextualAttributeFromDependency() (#52541)
it should be either add to use statement or make it fqcn
1 parent 0a7867f commit 14b67c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Container/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static function getParameterClassName($parameter)
7777
/**
7878
* Get a contextual attribute from a dependency.
7979
*
80-
* @param ReflectionParameter $dependency
80+
* @param \ReflectionParameter $dependency
8181
* @return \ReflectionAttribute|null
8282
*/
8383
public static function getContextualAttributeFromDependency($dependency)

0 commit comments

Comments
 (0)