Skip to content

Commit efbfc53

Browse files
committed
ajusts CI
1 parent cac569d commit efbfc53

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Factories/AbstractFactory.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@
1010
*/
1111
abstract class AbstractFactory
1212
{
13-
/**
14-
* @param array $data
15-
* @return AbstractEntity
16-
*/
17-
abstract public static function createFromArray(array $data);
13+
1814
}

0 commit comments

Comments
 (0)