← All changes
|
src/Controller/Frontend/AdminOutputControllerTrait.php
+1
-1
2.3.14
→
2.3.2
View file →
| @@ -29,9 +29,9 @@ | ||
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * @throws UserGroupTypeException |
| 32 | 32 | */ |
| 33 | - public function adminOutput(string $objectType, int|string|null $objectId, $text = null): string | |
| 33 | + public function adminOutput(string $objectType, int|string $objectId, $text = null): string | |
| 34 | 34 | { |
| 35 | 35 | if ($this->showAdminHint() === true) { |
| 36 | 36 | $hintText = $this->getMainConfig()->getBlogAdminHintText(); |
| 37 | 37 | |