Passed
Push — master ( 02a361...e20c00 )
by Shahrad
02:40
created
src/lib/Entities/MenuButton/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
             'default'  => MenuButtonDefault::class,
15 15
         ];
16 16
 
17
-        if (! isset($type[$data['type'] ?? ''])) {
17
+        if (!isset($type[$data['type'] ?? ''])) {
18 18
             return new MenuButtonNotImplemented($data);
19 19
         }
20 20
 
Please login to merge, or discard this patch.