Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Update Arr.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Sep 25, 2017
1 parent 1fed545 commit 199c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static function at(array $storage, $key)
/**
* @param array $storage
* @param string $key
* @param int $value
* @param mixed $value
*/
public static function initOrPush(array &$storage, $key, $value)
{
Expand Down

0 comments on commit 199c1a5

Please sign in to comment.