Skip to content

Commit 389897c

Browse files
committed
Fixing return type
1 parent 90c23c9 commit 389897c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Infrastructure/Http/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ public function setClassParts(array $classParts): DispatcherInterface
9898
public function setClassTemplate(string $template): DispatcherInterface
9999
{
100100
$this->classTemplate = $template;
101+
102+
return $this;
101103
}
102104

103105
/**

0 commit comments

Comments
 (0)