Completed
Push — master ( 61c49f...32fcdc )
by Vagner Luz do
09:05
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
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 				if (method_exists($app, $property)) {
49 49
 					$val = $app->$property();
50 50
 					
51
-					if (! is_null($val)) {
51
+					if (!is_null($val)) {
52 52
 						$results[Caster::PREFIX_VIRTUAL.$property] = $val;
53 53
 					}
54 54
 				}
Please login to merge, or discard this patch.