Completed
Pull Request — master (#42)
by
unknown
02:22
created
src/EntityRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -266,8 +266,8 @@  discard block
 block discarded – undo
266 266
     /**
267 267
      * fetchFromCache
268 268
      *
269
-     * @param array $data
270 269
      * @access private
270
+     * @param string $key
271 271
      * @return object
272 272
      */
273 273
     private function fetchFromCache($key)
@@ -289,7 +289,6 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * saveToCache
291 291
      *
292
-     * @param array $data
293 292
      * @access private
294 293
      * @return object
295 294
      */
Please login to merge, or discard this patch.
src/SdkClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
      *
195 195
      * @param string $id
196 196
      * @access public
197
-     * @return object
197
+     * @return \ProxyManager\Proxy\GhostObjectInterface
198 198
      */
199 199
     public function createProxy($id)
200 200
     {
Please login to merge, or discard this patch.
src/RestClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         $headers = $response->getHeaders();
216 216
         $jsonContentTypeList = ['application/ld+json', 'application/json'];
217 217
 
218
-        $requestIsJson  = false;
218
+        $requestIsJson = false;
219 219
 
220 220
         if (isset($headers['Content-Type'])) {
221 221
             foreach ($jsonContentTypeList as $contentType) {
Please login to merge, or discard this patch.