chore: update php dependencies to latest

This commit is contained in:
Yassine Doghri 2021-08-11 15:47:23 +00:00
commit 3ff1364906
33 changed files with 3655 additions and 9900 deletions

View file

@ -23,7 +23,7 @@ class UserController extends BaseController
public function _remap(string $method, string ...$params): mixed
{
if (count($params) === 0) {
if ($params === []) {
return $this->{$method}();
}