We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2341b8e + 9f73c54 commit e6585e3Copy full SHA for e6585e3
bin/facades.php
@@ -166,7 +166,7 @@ function resolveDocParamType($method, $parameter)
166
$paramTypeNode = collect(parseDocblock($method->getDocComment())->getParamTagValues())
167
->firstWhere('parameterName', '$'.$parameter->getName());
168
169
- // As we didn't find a param type, we will now recursivly check if the prototype has a value specified...
+ // As we didn't find a param type, we will now recursively check if the prototype has a value specified...
170
171
if ($paramTypeNode === null) {
172
try {
0 commit comments