chore: adjusts coding style

This commit is contained in:
Nuno Maduro
2024-01-11 11:26:48 +00:00
parent b143ed7aac
commit 5aa13b8e97
12 changed files with 23 additions and 23 deletions

View File

@ -31,8 +31,8 @@ jobs:
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
- name: Type Check
run: composer test:type:check
# - name: Type Check
# run: composer test:type:check
- name: Type Coverage
run: composer test:type:coverage