Completed
Push — master ( a3d1cc...7a2133 )
by Thibaud
10:40
created
src/PhraseanetSDK/Recorder/Storage/MemcachedStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function __construct(MemcachedCache $memcached)
22 22
     {
23 23
         $this->memcached = $memcached;
24
-        $this->key = 'VCR-recording-'.md5(__DIR__);
24
+        $this->key = 'VCR-recording-' . md5(__DIR__);
25 25
     }
26 26
 
27 27
     /**
Please login to merge, or discard this patch.
src/PhraseanetSDK/Uploader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             'file' => $file,
66 66
         ));
67 67
 
68
-        switch ((int)$response->getResult()->entity) {
68
+        switch ((int) $response->getResult()->entity) {
69 69
             case 0:
70 70
                 $matches = array();
71 71
                 preg_match('/\/records\/(\d+)\/(\d+)\//', $response->getResult()->url, $matches);
Please login to merge, or discard this patch.