Passed
Push — master ( 0a9fcd...053261 )
by smiley
02:04
created
src/Container.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 */
95 95
 	public function __isset(string $property):bool{
96 96
 		return (isset($this->{$property}) && !$this->__isPrivate($property))
97
-		       || (property_exists($this, 'env') && $this->env instanceof DotEnv && $this->env->get($property));
97
+			   || (property_exists($this, 'env') && $this->env instanceof DotEnv && $this->env->get($property));
98 98
 	}
99 99
 
100 100
 	/**
Please login to merge, or discard this patch.