Skip to content

RoutingPanel: added support for AI agents #988

RoutingPanel: added support for AI agents

RoutingPanel: added support for AI agents #988

Triggered via push June 24, 2026 17:32
Status Failure
Total duration 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Application/UI/Presenter.php#L269
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.
PHPStan: src/Application/UI/Presenter.php#L202
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.
PHPStan: src/Application/Application.php#L177
Catch block for Nette\Application\AbortException swallows Nette\Application\AbortException thrown in the try block, which silently breaks redirect()/forward()/terminate(). Rethrow it, or add a separate catch (\Nette\Application\AbortException) branch before this one.