Completed
Pull Request — master (#62)
by Thibaud
05:44
created
src/PhraseanetSDK/Profiler/PhraseanetSDKDataCollector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     {
85 85
         $totalCalls = count($this->getCalls());
86 86
 
87
-        if (! isset($this->data['cache_hits']) || $totalCalls == 0) {
87
+        if (!isset($this->data['cache_hits']) || $totalCalls == 0) {
88 88
             return 0;
89 89
         }
90 90
 
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 
176 176
         $requestContent = null;
177 177
         if ($request instanceof EntityEnclosingRequestInterface) {
178
-            $requestContent = (string)$request->getBody();
178
+            $requestContent = (string) $request->getBody();
179 179
         }
180 180
 
181 181
         $time = array(
Please login to merge, or discard this patch.