@@ -16,8 +16,7 @@ |
||
16 | 16 | $this->isAsAsserted = IsAsAsserted::withAssertionAndErrorFormatter( |
17 | 17 | 'is_array', |
18 | 18 | is_callable($errorFormatter) ? |
19 | - $errorFormatter : |
|
20 | - function ($data) { |
|
19 | + $errorFormatter : function($data) { |
|
21 | 20 | return [self::NOT_AN_ARRAY]; |
22 | 21 | } |
23 | 22 | ); |