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.
1 parent b954fbc commit f1d594bCopy full SHA for f1d594b
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