Completed
Pull Request — master (#6)
by Dzmitry
02:39
created
src/ExecutionResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function getOutput()
24 24
     {
25
-        return $this->output ? implode('\n', $this->output): '';
25
+        return $this->output ? implode('\n', $this->output) : '';
26 26
     }
27 27
 
28 28
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require_once __DIR__ . '/../vendor/autoload.php';
4 3
\ No newline at end of file
4
+require_once __DIR__.'/../vendor/autoload.php';
5 5
\ No newline at end of file
Please login to merge, or discard this patch.