Failed Conditions
Push — master ( 9f980d...8965ed )
by Adrien
03:39
created
src/DBAL/EventListener/HideMigrationStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
     }
24 24
 
25
-    public function __invoke(AbstractAsset|string $asset): bool
25
+    public function __invoke(AbstractAsset | string $asset): bool
26 26
     {
27 27
         if (!$this->enabled) {
28 28
             return true;
Please login to merge, or discard this patch.