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.
1 parent ffb0d2d commit 67fae67Copy full SHA for 67fae67
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