Skip to content

Commit

Permalink
Fix test when the bundle is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed May 13, 2023
1 parent 2c17fc3 commit 5409710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/EnableEncryptionConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected function configure(): void
;
}

public function isEnabled()
public function isEnabled(): bool
{
return $this->algorithmManagerFactory !== null;
}
Expand Down

0 comments on commit 5409710

Please sign in to comment.