fix phpstan errors

This commit is contained in:
lubiana 2022-11-07 17:16:33 +01:00
parent dff0cc92e0
commit fe112f872f
4 changed files with 15 additions and 6 deletions

View file

@ -5,7 +5,7 @@ namespace Lubian\AttributeMagic\Infrastructure\Route;
final class Handler
{
/**
* @param non-empty-string $path
* @param string $path
* @param non-empty-string $handlerClass
* @param non-empty-string $handlerMethod
*/