Skip to content

Commit dc016fa

Browse files
committed
Fix namespace/filepath mismatch found by DOCtor-RST
- Fix WorkflowLoggerSubscriber filepath from src/App/EventSubscriber to src/EventSubscriber
1 parent ed2bca5 commit dc016fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ The context is accessible in all events except for the ``workflow.guard`` events
573573
Here is an example of how to enable logging for every time a "blog_publishing"
574574
workflow leaves a place::
575575

576-
// src/App/EventSubscriber/WorkflowLoggerSubscriber.php
576+
// src/EventSubscriber/WorkflowLoggerSubscriber.php
577577
namespace App\EventSubscriber;
578578

579579
use Psr\Log\LoggerInterface;

0 commit comments

Comments
 (0)