@@ -103,8 +103,12 @@ |
||
| 103 | 103 | { |
| 104 | 104 | if (!isset($array[$key])) |
| 105 | 105 | { |
| 106 | - if ($comparison == '==' && is_null($value)) { return true; } |
|
| 107 | - if ($comparison == '!=' && !is_null($value)) { return true; } |
|
| 106 | + if ($comparison == '==' && is_null($value)) |
|
| 107 | + { |
|
| 108 | +return true; } |
|
| 109 | + if ($comparison == '!=' && !is_null($value)) |
|
| 110 | + { |
|
| 111 | +return true; } |
|
| 108 | 112 | } |
| 109 | 113 | } |
| 110 | 114 | |