|
@@ -457,7 +457,7 @@ class Psr4
|
|
{
|
|
{
|
|
$args = func_get_args();
|
|
$args = func_get_args();
|
|
if (empty($args)) {
|
|
if (empty($args)) {
|
|
- throw new InvalidParams("Param is null");
|
|
|
|
|
|
+ throw new InvalidParams("Parameter is null");
|
|
}
|
|
}
|
|
$class = array_shift($args);
|
|
$class = array_shift($args);
|
|
$className = $this->getClassName($class);
|
|
$className = $this->getClassName($class);
|