Completed
Push — master ( 844de8...00823b )
by Sebastian
03:04
created
build/phar-manifest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         "google/apiclient",
33 33
         "php-opencloud/openstack"
34 34
     ])) {
35
-      continue;
35
+        continue;
36 36
     }
37 37
     echo $package->name . ': ' . $package->version;
38 38
     if (!preg_match('/^[v= ]*(([0-9]+)(\\.([0-9]+)(\\.([0-9]+)(-([0-9]+))?(-?([a-zA-Z-+][a-zA-Z0-9\\.\\-:]*)?)?)?)?)$/', $package->version)) {
Please login to merge, or discard this patch.