Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Feb 19, 2024
1 parent 6e04801 commit 36ca9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/MemoryCacheDeprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MemoryCacheDeprecated implements CacheInterface
protected $cache = [];

/**
* @param int|null $memoryLimit
* @param int|null $memoryLimit
*/
public function __construct(int $memoryLimit = null)
{
Expand Down

0 comments on commit 36ca9cb

Please sign in to comment.