Passed
Pull Request — master (#97)
by Michael
03:04
created
src/Command/AssertBackwardsCompatible.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,8 +179,8 @@
 block discarded – undo
179 179
         $toPath   = $this->git->checkout($sourceRepo, $toRevision);
180 180
 
181 181
         try {
182
-            $fromSources = $fromPath . '/' . ($input->getOption('sources-from') ?? $sourcesPath);
183
-            $toSources   = $toPath . '/' . ($input->getOption('sources-to') ?? $sourcesPath);
182
+            $fromSources = $fromPath.'/'.($input->getOption('sources-from') ?? $sourcesPath);
183
+            $toSources   = $toPath.'/'.($input->getOption('sources-to') ?? $sourcesPath);
184 184
 
185 185
             Assert::that($fromSources)->directory();
186 186
             Assert::that($toSources)->directory();
Please login to merge, or discard this patch.