Completed
Pull Request — master (#61)
by
unknown
08:01
created
src/Normalizer/ObjectNormalizer.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -110,11 +110,11 @@
 block discarded – undo
110 110
         }
111 111
     }
112 112
 
113
-	/**
114
-	 * {@inheritdoc}
115
-	 */
116
-	public function hasCacheableSupportsMethod(): bool
117
-	{
118
-		return true;
119
-	}
113
+    /**
114
+     * {@inheritdoc}
115
+     */
116
+    public function hasCacheableSupportsMethod(): bool
117
+    {
118
+        return true;
119
+    }
120 120
 }
Please login to merge, or discard this patch.