Completed
Push — master ( f1cd11...5624e7 )
by Vytautas
18s queued 11s
created
tests/Settings/Storage/DoctrineStorageTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.