Passed
Branch master (b38eac)
by Tõnis
03:12
created
src/Settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
         $this->setSettings();
45 45
         if (!is_null($this->typeClass)) {
46
-           $this->loadStrings();
46
+            $this->loadStrings();
47 47
         }
48 48
     }
49 49
 
Please login to merge, or discard this patch.
src/traits/ConsoleAwareTrait.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 /**
8 8
  * Class ConsoleAwareTrait
9 9
  * @package andmemasin\myabstract\traits
10
-
11 10
  * @property boolean $isConsole whether we currently run in console app or not
12 11
  *
13 12
  */
Please login to merge, or discard this patch.