Completed
Push — master ( e3b495...61c49f )
by Vagner Luz do
13:17 queued 10:29
created
src/TinkerShell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     public function getShell()
67 67
     {
68
-        if (! $this->shell) {
68
+        if (!$this->shell) {
69 69
             $config = new Configuration();
70 70
 
71 71
             $config->getPresenter()->addCasters(
Please login to merge, or discard this patch.
src/TinkerCaster.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         foreach (self::$appProperties as $property) {
47 47
             try {
48 48
                 $val = $app->$property();
49
-                if (! is_null($val)) {
49
+                if (!is_null($val)) {
50 50
                     $results[Caster::PREFIX_VIRTUAL.$property] = $val;
51 51
                 }
52 52
             } catch (Exception $e) {
Please login to merge, or discard this patch.