We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eb373 commit 2859e87Copy full SHA for 2859e87
1 file changed
src/Interfaces/MiddlewareNameInterface.php
@@ -13,15 +13,16 @@
13
14
namespace Chevere\Http\Interfaces;
15
16
+use Chevere\Action\Interfaces\ActionNameInterface;
17
use Stringable;
18
19
/**
20
* Describes the component in charge of handling the middleware name.
21
*/
-interface MiddlewareNameInterface extends Stringable
22
+interface MiddlewareNameInterface extends ActionNameInterface, Stringable
23
{
24
- * @return array<string,mixed>
25
+ * @return array<string, mixed>
26
27
public function arguments(): array;
28
}
0 commit comments