@@ -21,7 +21,7 @@ |
||
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 | /** |
@@ -65,7 +65,7 @@ |
||
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); |