Skip to content

Commit

Permalink
Fix typo in the docs (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Nov 3, 2023
1 parent a2a6628 commit 20c23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending_deptrac.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace App\DeptracExtension;
use Qossmic\Deptrac\Contract\Analyser\ProcessEvent;
class IgnoreDependenciesOnShouldNotHappenException extends \Symfony\Component\EventDispatcher\EventSubscriberInterface
class IgnoreDependenciesOnShouldNotHappenException implements \Symfony\Component\EventDispatcher\EventSubscriberInterface
{
public function onProcessEvent(ProcessEvent $event): void
{
Expand Down

0 comments on commit 20c23c1

Please sign in to comment.