Completed
Pull Request — master (#921)
by Osma
02:22
created
model/resolver/LOCResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         $opts = array('http' => array('method'=>'HEAD',
19 19
                                       'user_agent' => 'Skosmos',
20 20
                                       'timeout' => $timeout));
21
-        $context  = stream_context_create($opts);
21
+        $context = stream_context_create($opts);
22 22
         $fd = fopen($this->uri, 'rb', false, $context);
23 23
         $headers = stream_get_meta_data($fd)['wrapper_data'];
24 24
         foreach ($headers as $header) {
Please login to merge, or discard this patch.