Completed
Push — master ( 8f70e2...81ec6d )
by Alex
05:57 queued 18s
created
Exception/StepNotFoundException.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
      */
19 19
     public function __construct($step, string $managerName)
20 20
     {
21
-        parent::__construct("Step $step does not exist in manager $managerName.");
21
+        parent::__construct("step $step does not exist in manager $managerName.");
22 22
     }
23 23
 }
Please login to merge, or discard this patch.