Skip to content

Commit

Permalink
fix(src) phan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 14, 2024
1 parent 43eb3d6 commit 24d9e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public static function callback($id, $method)
* The callable will be a closure on PHP 5.3+ or a lambda function on PHP 5.2.
*
* @param string|class-string|mixed $id The fully qualified name of a class or an interface.
* @param array<mixed> $buildArgs An array of arguments that should be used to build the
* @param array<mixed>|null $buildArgs An array of arguments that should be used to build the
* instance; note that any argument will be resolved using
* the container itself and bindings will apply.
* @param string[]|null $afterBuildMethods An array of methods that should be called on the built
Expand Down

0 comments on commit 24d9e63

Please sign in to comment.