Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 21, 2018
1 parent 40a6201 commit 6ec01eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Engine/ArrayEngine.php
Expand Up @@ -33,7 +33,7 @@ class ArrayEngine extends CacheEngine
*
* Structured as [key => [expiration, value]]
*
* @var aray
* @var array
*/
protected $data = [];

Expand Down

0 comments on commit 6ec01eb

Please sign in to comment.