We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b954fbc + f1d594b commit 7b4fb12Copy full SHA for 7b4fb12
src/Symfony/Component/DependencyInjection/Definition.php
@@ -79,7 +79,7 @@ public function setFactory($factory)
79
/**
80
* Gets the factory.
81
*
82
- * @return string|array The PHP function or an array containing a class/Reference and a method to call
+ * @return string|array|null The PHP function or an array containing a class/Reference and a method to call
83
*/
84
public function getFactory()
85
{
0 commit comments