Passed
Push — master ( 8a2c3e...9ff1a9 )
by Aimeos
12:45
created
src/Criteria/Attribute/Standard.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,10 +73,10 @@
 block discarded – undo
73 73
 	 * @param string $name Name of the attribute
74 74
 	 * @return bool TRUE if the property is available, FALSE if not
75 75
 	 */
76
-    public function __isset( string $name ) : bool
77
-    {
78
-        return isset( $this->values[$name] );
79
-    }
76
+	public function __isset( string $name ) : bool
77
+	{
78
+		return isset( $this->values[$name] );
79
+	}
80 80
 
81 81
 
82 82
 	/**
Please login to merge, or discard this patch.