| @@ -41,7 +41,7 @@ | ||
| 41 | 41 | */ | 
| 42 | 42 | private $parameters = []; | 
| 43 | 43 | |
| 44 | - public function __construct(string $object, bool $defaultParamter=null) | |
| 44 | + public function __construct(string $object, bool $defaultParamter = null) | |
| 45 | 45 |      { | 
| 46 | 46 |          if (!class_exists($object)) { | 
| 47 | 47 |              throw new \InvalidArgumentException(\sprintf('The class %s not exits', $object)); |