Skip to content

Commit 7b4fb12

Browse files
minor symfony#28311 [DI] Fix phpdoc (hason)
This PR was merged into the 2.8 branch. Discussion ---------- [DI] Fix phpdoc | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- f1d594b [DI] Fix phpdoc
2 parents b954fbc + f1d594b commit 7b4fb12

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)