Skip to content

Commit

Permalink
Fix psalm errors (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored Jul 9, 2023
1 parent 7bf0e1f commit e16d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Storage/FileStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testFlushWithGC(array $data): void

$storage->addCollector($collector);
$storage->flush();
$this->assertLessThanOrEqual(5, count($storage->read(StorageInterface::TYPE_SUMMARY)));
$this->assertLessThanOrEqual(5, count($storage->read(StorageInterface::TYPE_SUMMARY, null)));
}

/**
Expand Down

0 comments on commit e16d64d

Please sign in to comment.