Completed
Push — master ( ea25cb...280c7e )
by Tristan
02:05
created
src/Binder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     {
94 94
         if (count($this->lastBinding) < 3) {
95 95
             throw new BindingException(
96
-                "Container injection can't be completed ".
96
+                "Container injection can't be completed " .
97 97
                 "as a previous binding hasn't occured."
98 98
             );
99 99
         }
Please login to merge, or discard this patch.