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 0ae3351 commit bdb7399Copy full SHA for bdb7399
doctrine/events.rst
@@ -227,7 +227,7 @@ with the ``doctrine.event_listener`` tag:
227
228
use App\EventListener\SearchIndexer;
229
230
- return static function (ContainerConfigurator $container) {
+ return static function (ContainerConfigurator $configurator) {
231
$services = $configurator->services();
232
233
// listeners are applied by default to all Doctrine connections
0 commit comments