@@ -129,7 +129,7 @@ |
||
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | //Removing values from array (non strict) |
| 132 | - $this->values = array_filter($this->values, function ($item) use ($value) { |
|
| 132 | + $this->values = array_filter($this->values, function($item) use ($value) { |
|
| 133 | 133 | return $item != $value; |
| 134 | 134 | }); |
| 135 | 135 | |