@@ -44,7 +44,7 @@ |
||
44 | 44 | public function testCanCreate() |
45 | 45 | { |
46 | 46 | $entity = new CallbackToken( |
47 | - function (SettingInterface $value) { |
|
47 | + function(SettingInterface $value) { |
|
48 | 48 | $this->assertInstanceOf($this->collection->getOptions()->getObjectClass(), $value); |
49 | 49 | $this->assertEquals('temperature_unit', $value->getName()); |
50 | 50 | $this->assertEquals('F', $value->getValue()); |