build: update CI4 to v4.5.5 + php and js packages to latest

This commit is contained in:
Yassine Doghri 2024-09-24 10:20:53 +00:00
commit bba13d80f7
16 changed files with 1681 additions and 1604 deletions

View file

@ -27,9 +27,6 @@ abstract class BaseController extends Controller
*/
protected $request;
/**
* Constructor.
*/
public function initController(
RequestInterface $request,
ResponseInterface $response,