Skip to content

Commit 11b19bf

Browse files
dave1010fabpot
authored andcommitted
Fix for a couple of undefined classes in docblocks
1 parent c5c12c8 commit 11b19bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ private function findAlternativeNamespace($name, $abbrevs)
10881088
* if nothing is found in $collection, try in $abbrevs
10891089
*
10901090
* @param string $name The string
1091-
* @param array|Traversable $collection The collection
1091+
* @param array|\Traversable $collection The collection
10921092
* @param array $abbrevs The abbreviations
10931093
* @param Closure|string|array $callback The callable to transform collection item before comparison
10941094
*

0 commit comments

Comments
 (0)