diff --git a/Registry.php b/Registry.php index 3f35122..2266b75 100644 --- a/Registry.php +++ b/Registry.php @@ -109,7 +109,7 @@ public static function set($index, $value) * @param array $contain * @return void */ - public static function store (array $contain) { + public static function store(array $contain) { foreach ($contain as $index => $value) { static::getInstance()->offsetSet($index, $value);