@@ -40,7 +40,7 @@ |
||
40 | 40 | |
41 | 41 | return array_filter( |
42 | 42 | $this->reflection->getConstants(), |
43 | - function ($key) use ($includeDefault) { |
|
43 | + function($key) use ($includeDefault) { |
|
44 | 44 | if ($includeDefault === false && $key === $this->defaultConstantName) { |
45 | 45 | return false; |
46 | 46 | } |