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 3ef7a34 commit 6d8f94cCopy full SHA for 6d8f94c
Loader/Configurator/Traits/FactoryTrait.php
@@ -12,13 +12,14 @@
12
namespace Symfony\Component\DependencyInjection\Loader\Configurator\Traits;
13
14
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
15
+use Symfony\Component\DependencyInjection\Loader\Configurator\ReferenceConfigurator;
16
17
trait FactoryTrait
18
{
19
/**
20
* Sets a factory.
21
*
- * @param string|array $factory A PHP callable reference
22
+ * @param string|array|ReferenceConfigurator $factory A PHP callable reference
23
24
* @return $this
25
*/
0 commit comments