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.
1 parent a04e042 commit dcee72bCopy full SHA for dcee72b
Tests/Fixtures/User.php
@@ -54,7 +54,7 @@ public function getUserIdentifier(): string
54
return $this->name;
55
}
56
57
- public function eraseCredentials()
+ public function eraseCredentials(): void
58
{
59
60
Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php
@@ -280,17 +280,11 @@ public function __construct()
280
281
282
283
- /**
284
- * @return array|string
285
- */
286
- public function getSQL()
+ public function getSQL(): array|string
287
288
289
290
291
- * @return Result|int
292
293
- protected function _doExecute()
+ protected function _doExecute(): Result|int
294
295
296
0 commit comments