Completed
Push — master ( 5b5380...2e1d78 )
by Toby
63:49
created
src/AbstractSerializer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -84,10 +84,10 @@
 block discarded – undo
84 84
      */
85 85
     private function getRelationshipMethodName($name)
86 86
     {
87
-    	if (stripos($name, '-')) {
88
-        	$name = lcfirst(implode('', array_map('ucfirst', explode('-', $name))));
89
-    	}
87
+        if (stripos($name, '-')) {
88
+            $name = lcfirst(implode('', array_map('ucfirst', explode('-', $name))));
89
+        }
90 90
 
91
-    	return $name;
91
+        return $name;
92 92
     }
93 93
 }
Please login to merge, or discard this patch.