Fixed return type.

This commit is contained in:
Simon Sessingø
2021-07-17 21:52:00 +02:00
parent b54a25804a
commit 0d8915b206
+1 -1
View File
@@ -182,7 +182,7 @@ class RouteGroup extends Route implements IGroupRoute
* @param bool $merge * @param bool $merge
* @return static * @return static
*/ */
public function setMergeExceptionHandlers(bool $merge): self public function setMergeExceptionHandlers(bool $merge): IGroupRoute
{ {
$this->mergeExceptionHandlers = $merge; $this->mergeExceptionHandlers = $merge;