Test Setup Failed
Push — master ( 71b78a...29517b )
by Php Easy Api
09:52 queued 06:29
created
src/resta/Support/TrackLogger.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@  discard block
 block discarded – undo
23 23
      * @param $output
24 24
      * @param $arguments
25 25
      */
26
-    public function __construct(ApplicationContracts $app,$output,$arguments)
26
+    public function __construct(ApplicationContracts $app, $output, $arguments)
27 27
     {
28 28
         parent::__construct($app);
29 29
         
30
-        if(!$this->app->runningInConsole()){
30
+        if (!$this->app->runningInConsole()) {
31 31
             exception()->runtime('Console application is missing');
32 32
         }
33 33
         
@@ -42,13 +42,13 @@  discard block
 block discarded – undo
42 42
      */
43 43
     public function handle()
44 44
     {
45
-        if($this->output['meta']['success'])
45
+        if ($this->output['meta']['success'])
46 46
         {
47 47
             echo ''.$this->output['trackNumber'].' - SUCCESS:';
48 48
             echo PHP_EOL;
49 49
             echo 'Request Success : true';
50 50
         }
51
-        else{
51
+        else {
52 52
 
53 53
             echo ''.$this->output['trackNumber'].' - ERROR:';
54 54
             echo PHP_EOL;
Please login to merge, or discard this patch.