tweak: ensure only one DocumentBinder instance #379
ci.yml
on: push
Matrix: composer
remove_old_artifacts
5s
Matrix: phpunit
Matrix: phpcs
Matrix: phpmd
Matrix: phpstan
Matrix: coverage
Annotations
13 errors
|
phpmd (8.4)
Process completed with exit code 2.
|
|
phpunit (8.4)
Process completed with exit code 2.
|
|
phpcs (8.4)
Process completed with exit code 2.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L302
Parameter $data of anonymous function has invalid type GT\Input\InputData\InputData.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L260
Unreachable statement - code above always terminates.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L252
Unreachable statement - code above always terminates.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L241
Call to an undefined method Gt\DomTemplate\Binder::cleanupDocument().
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L177
Parameter #1 $documentBinder of method GT\WebEngine\Init\ViewModelInit::initHTMLDocument() expects Gt\DomTemplate\DocumentBinder, Gt\DomTemplate\Binder|null given.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L145
Class GT\WebEngine\DefaultRouter not found.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L125
Parameter #2 $requestUri of class GT\WebEngine\Init\RequestInit constructor expects GT\Http\Uri, Psr\Http\Message\UriInterface given.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L62
Property GT\WebEngine\Dispatch\Dispatcher::$viewAssembly is never read, only written.
|
|
phpstan (8.4):
src/Dispatch/Dispatcher.php#L48
Property GT\WebEngine\Dispatch\Dispatcher::$globals type has no value type specified in iterable type array.
|
|
phpstan (8.4):
src/Application.php#L136
Unreachable statement - code above always terminates.
|