Completed
Pull Request — master (#22)
by Ivan
02:35
created
src/Traits/OptimusEncodedRouteKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function resolveRouteBinding($value)
27 27
     {
28
-        if ( ! ctype_digit($value)) {
28
+        if (!ctype_digit($value)) {
29 29
             return null;
30 30
         }
31 31
 
Please login to merge, or discard this patch.