Completed
Push — master ( 280c7e...968c3d )
by Tristan
02:09
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) < 2) {
95 95
             throw new BindingException(
96
-                "Container injection can't be completed as a previous ".
96
+                "Container injection can't be completed as a previous " .
97 97
                 "binding operation hasn't yet to occur."
98 98
             );
99 99
         }
Please login to merge, or discard this patch.