From ad18606d80a975c75b4d3fe302bf4c13bdd8ffd8 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Wed, 28 Jun 2023 19:56:04 -0500 Subject: [PATCH] Fix cs issue --- src/Listener/MatrixListener.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Listener/MatrixListener.php b/src/Listener/MatrixListener.php index a39eb65f..3dfae0f2 100644 --- a/src/Listener/MatrixListener.php +++ b/src/Listener/MatrixListener.php @@ -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