Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 7f63f55

Browse files
committed
Fixed phpcs error on PHP 7 that was making build fail
1 parent 8282f2c commit 7f63f55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/AbstractFactory/ConfigAbstractFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function testCanCreateReturnsTrueIfDependencyNotArrays()
5959
]
6060
);
6161
self::assertTrue($abstractFactory->canCreate($serviceManager, InvokableObject::class));
62-
6362
}
6463

6564
public function testCanCreate()

0 commit comments

Comments
 (0)