Skip to content

Commit 94b44f9

Browse files
abnegateclaude
andcommitted
fix: add PHPStan type annotation for createdProductCollections array
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9f57454 commit 94b44f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/Adapter/Scopes/AggregationTests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
trait AggregationTests
1616
{
17+
/** @var array<string, bool> */
1718
private static array $createdProductCollections = [];
1819
private static string $aggWorkerSuffix = '';
1920

0 commit comments

Comments
 (0)