1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 17:24:03 +00:00

Enable no_unused_imports

This commit is contained in:
Samuel Štancl 2019-08-19 23:04:19 +02:00 committed by GitHub
parent 1f4aa77ac4
commit 7e5fe24e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
preset: laravel preset: laravel
enabled: enabled:
- native_function_invocation - native_function_invocation
- no_unused_imports
disabled: disabled:
- concat_without_spaces - concat_without_spaces
- ternary_operator_spaces - ternary_operator_spaces