Completed
Pull Request — master (#20)
by Alexis
03:01
created
Menu/Menu.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     public static function getDeleteStrategiesAvailable()
104 104
     {
105 105
         return [
106
-          self::DELETE_STRATEGY_MOVE_CHILDREN,
106
+            self::DELETE_STRATEGY_MOVE_CHILDREN,
107 107
         ];
108 108
     }
109 109
 }
Please login to merge, or discard this patch.