8000
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 79a87cb + 67fae67 commit b62881cCopy full SHA for b62881c
src/Symfony/Component/DependencyInjection/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