Skip to content

Commit

Permalink
Ergänze return types (Case 177079) (#43)
Browse files Browse the repository at this point in the history
Damit vermeiden wir Deprecations.
  • Loading branch information
MalteWunsch authored Nov 6, 2024
1 parent 50d9265 commit 8b53f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Command/DumpTreeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DumpTreeCommand extends TreeCommand
{
private $shortOutput = false;

protected function configure()
protected function configure(): void
{
$this
->setName('webfactory:navigation:dump-tree')
Expand Down
2 changes: 1 addition & 1 deletion src/Command/LookupNodeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class LookupNodeCommand extends TreeCommand
{
protected function configure()
protected function configure(): void
{
$this
->setName('webfactory:navigation:lookup-node')
Expand Down

0 comments on commit 8b53f4a

Please sign in to comment.