Completed
Push — dev ( 323782...aa9962 )
by Antonio
04:35
created
src/Installer/GitHooksInstaller.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
                 continue;
113 113
             }
114 114
 
115
-            $newPath = $targetPath.'/'.$githook->getFilename();
115
+            $newPath = $targetPath . '/' . $githook->getFilename();
116 116
 
117 117
             // check if .sample version exists in that case rename it
118 118
             if (file_exists($newPath . GitHooks::SAMPLE)) {
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
                 continue;
151 151
             }
152 152
 
153
-            $newPath = $targetPath.'/'.$githook->getFilename();
153
+            $newPath = $targetPath . '/' . $githook->getFilename();
154 154
             if (file_exists($newPath)) {
155 155
                 $this->io->write(sprintf('   Removing git hook %s', $githook->getFilename()));
156 156
                 unlink($newPath);
Please login to merge, or discard this patch.