diff --git a/src/App.php b/src/App.php index 66985d0..e72b2b9 100644 --- a/src/App.php +++ b/src/App.php @@ -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 $buildArgs An array of arguments that should be used to build the + * @param array|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