ci(gitlabci): add easy-coding-standard check for code-style + fix quality scripts

This commit is contained in:
Yassine Doghri 2021-05-20 11:02:08 +00:00
commit 6802bee0db
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
8 changed files with 59 additions and 51 deletions

View file

@ -17,7 +17,7 @@
'class' => 'form-input mb-4',
'value' => old(
'hostname',
host_url( === null) ? config('App')->baseURL : host_url(),
host_url() === null ? config('App')->baseURL : host_url(),
),
'required' => 'required',
]) ?>