We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac569d commit efbfc53Copy full SHA for efbfc53
1 file changed
src/Factories/AbstractFactory.php
@@ -10,9 +10,5 @@
10
*/
11
abstract class AbstractFactory
12
{
13
- /**
14
- * @param array $data
15
- * @return AbstractEntity
16
- */
17
- abstract public static function createFromArray(array $data);
+
18
}
0 commit comments