@@ -41,8 +41,8 @@ |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |
44 | - * {@inheritdoc} |
|
45 | - */ |
|
44 | + * {@inheritdoc} |
|
45 | + */ |
|
46 | 46 | public function setValue($value) |
47 | 47 | { |
48 | 48 | $this->value = $value; |
@@ -172,7 +172,7 @@ |
||
172 | 172 | return array_values( |
173 | 173 | array_filter( |
174 | 174 | $neighbors, |
175 | - function ($item) use ($current) { |
|
175 | + function($item) use ($current) { |
|
176 | 176 | return $item != $current; |
177 | 177 | } |
178 | 178 | ) |