Skip to content

Commit 2859e87

Browse files
committed
typo
1 parent 15eb373 commit 2859e87

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Interfaces/MiddlewareNameInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313

1414
namespace Chevere\Http\Interfaces;
1515

16+
use Chevere\Action\Interfaces\ActionNameInterface;
1617
use Stringable;
1718

1819
/**
1920
* Describes the component in charge of handling the middleware name.
2021
*/
21-
interface MiddlewareNameInterface extends Stringable
22+
interface MiddlewareNameInterface extends ActionNameInterface, Stringable
2223
{
2324
/**
24-
* @return array<string,mixed>
25+
* @return array<string, mixed>
2526
*/
2627
public function arguments(): array;
2728
}

0 commit comments

Comments
 (0)