Test Failed
Branch master (dcd7cb)
by Oliver
03:36
created
Category
src/PhpcsDiff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     {
212 212
         // Get a list of changed files (not including deleted files)
213 213
         $output = shell_exec(
214
-            'git diff ' . $this->baseBranch . ' ' . $this->currentBranch. ' --name-only --diff-filter=d'
214
+            'git diff ' . $this->baseBranch . ' ' . $this->currentBranch . ' --name-only --diff-filter=d'
215 215
         );
216 216
 
217 217
         // Convert files into an array
Please login to merge, or discard this patch.