@@ -80,7 +80,7 @@ |
||
80 | 80 | $string = strtolower((string) $string); |
81 | 81 | if (in_array($string, $yes)) { |
82 | 82 | $return = true; |
83 | - } else if(in_array($string, $no)) { |
|
83 | + } else if (in_array($string, $no)) { |
|
84 | 84 | $return = false; |
85 | 85 | } |
86 | 86 | } |