Skip to content

Commit

Permalink
Fix cs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Jun 29, 2023
1 parent 5e72089 commit ad18606
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Listener/MatrixListener.php
Expand Up @@ -18,9 +18,7 @@ final class MatrixListener implements EventListenerInterface
/**
* @var string[]
*/
private const DEPENDENCIES = [
'highest', 'locked', 'lowest'
];
private const DEPENDENCIES = ['highest', 'locked', 'lowest'];

public function __construct(
private Container $container
Expand Down

0 comments on commit ad18606

Please sign in to comment.