Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
fix(typo): method name
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Sep 12, 2018
1 parent ca73ac3 commit b8414f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b8414f5

Please sign in to comment.