Completed
Pull Request — master (#62)
by Thibaud
05:44
created
src/PhraseanetSDK/Repository/Subdef.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace PhraseanetSDK\Repository;
13 13
 
14
-use PhraseanetSDK\EntityHydrator;
15 14
 use PhraseanetSDK\Exception\RuntimeException;
16 15
 
17 16
 class User extends AbstractRepository
Please login to merge, or discard this patch.
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.