Skip to content

Commit

Permalink
add missing assert in use statement
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Aug 11, 2022
1 parent ee55742 commit 989a25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Psr/CacheItemPool/CacheItemPoolDecoratorTest.php
Expand Up @@ -25,6 +25,7 @@

use function array_keys;
use function array_map;
use function assert;
use function preg_match;
use function sprintf;
use function str_repeat;
Expand Down

0 comments on commit 989a25a

Please sign in to comment.