We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dec71a + 708ed45 commit 843493bCopy full SHA for 843493b
Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php
@@ -281,17 +281,11 @@ public function __construct()
281
{
282
}
283
284
- /**
285
- * @return array|string
286
- */
287
- public function getSQL()
+ public function getSQL(): array|string
288
289
290
291
292
- * @return Result|int
293
294
- protected function _doExecute()
+ protected function _doExecute(): Result|int
295
296
297
0 commit comments