Passed
Push — master ( 70daae...334414 )
by Jakub
02:19
created
src/DI/MenuFactory.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         return $condition;
45 45
       }
46 46
     }
47
-    throw new MenuItemConditionNotSupportedException("Condition $name is not defined.");
47
+    throw new MenuItemConditionNotSupportedException("condition $name is not defined.");
48 48
   }
49 49
   
50 50
   /**
Please login to merge, or discard this patch.