Skip to content

Commit e6585e3

Browse files
authored
Merge pull request #46994 from zepfietje/patch-1
[10.x] Fix typo in facades script
2 parents 2341b8e + 9f73c54 commit e6585e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/facades.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function resolveDocParamType($method, $parameter)
166166
$paramTypeNode = collect(parseDocblock($method->getDocComment())->getParamTagValues())
167167
->firstWhere('parameterName', '$'.$parameter->getName());
168168

169-
// As we didn't find a param type, we will now recursivly check if the prototype has a value specified...
169+
// As we didn't find a param type, we will now recursively check if the prototype has a value specified...
170170

171171
if ($paramTypeNode === null) {
172172
try {

0 commit comments

Comments
 (0)