Skip to content

Commit 843493b

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Finder] Fix initial directory is opened twice typo fix Fix test Fix some return types in tests
2 parents 4dec71a + 708ed45 commit 843493b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,11 @@ public function __construct()
281281
{
282282
}
283283

284-
/**
285-
* @return array|string
286-
*/
287-
public function getSQL()
284+
public function getSQL(): array|string
288285
{
289286
}
290287

291-
/**
292-
* @return Result|int
293-
*/
294-
protected function _doExecute()
288+
protected function _doExecute(): Result|int
295289
{
296290
}
297291
}

0 commit comments

Comments
 (0)