Passed
Push — main ( c1e8d7...13f864 )
by Sebastian
03:58
created
src/Runner/Installer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
         // if a hook is configured and no force option is set,
229 229
         // ask the user if overwriting the hook is ok
230 230
         if ($this->needConfirmation($hook)) {
231
-            $ans  = $this->io->ask(
231
+            $ans = $this->io->ask(
232 232
                 'The <comment>' . $hook . '</comment> hook exists! Overwrite? <comment>[y,N]</comment> ',
233 233
                 'n'
234 234
             );
Please login to merge, or discard this patch.
src/Storage/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,6 @@
 block discarded – undo
140 140
         if (!$this->isLink()) {
141 141
             throw new RuntimeException('Not a symbolic link: ' . $this->path);
142 142
         }
143
-        return (string)readlink($this->path);
143
+        return (string) readlink($this->path);
144 144
     }
145 145
 }
Please login to merge, or discard this patch.