Skip to content

Commit f1d594b

Browse files
authored
[DI] Fix phpdoc
1 parent b954fbc commit f1d594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function setFactory($factory)
7979
/**
8080
* Gets the factory.
8181
*
82-
* @return string|array The PHP function or an array containing a class/Reference and a method to call
82+
* @return string|array|null The PHP function or an array containing a class/Reference and a method to call
8383
*/
8484
public function getFactory()
8585
{

0 commit comments

Comments
 (0)