mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 22:12:18 +00:00
Fixed return type.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user