This commit is contained in:
Yuri Kuznetsov
2020-07-18 18:52:18 +03:00
parent 46e98d4660
commit 687e67faed

View File

@@ -62,6 +62,7 @@ class InjectableFactory
/**
* Use create or createWith instead. Left public for backward compatibility.
* @todo Make protected.
*/
public function createByClassName(string $className, ?array $with = null) : object
{