Completed
Push — master ( a05ccf...7a68f4 )
by Benjamin
10:51 queued 03:54
created
Menu/Menu.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return array An array of available delete strategies
101
+     * @return string[] An array of available delete strategies
102 102
      */
103 103
     public static function getDeleteStrategiesAvailable()
104 104
     {
Please login to merge, or discard this 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.