Skip to content

Commit 470b491

Browse files
no message
1 parent ecef5d1 commit 470b491

File tree

1 file changed

+2
-2
lines changed
  • tests/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions

1 file changed

+2
-2
lines changed

tests/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ protected function getStringFunctions(): array
8282
}
8383

8484
/**
85-
* @return array<int, string>
85+
* @return array<int|string, string>
8686
*/
8787
abstract protected function getExpectedSqlStatements(): array;
8888

8989
/**
90-
* @return array<int, string>
90+
* @return array<int|string, string>
9191
*/
9292
abstract protected function getDqlStatements(): array;
9393

0 commit comments

Comments
 (0)