1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:14:05 +00:00

[1.8.0] Use strict types (#115)

* Use strict types

* Apply fixes from StyleCI

* Fix str_repeat

* Fix false json decode
This commit is contained in:
Samuel Štancl 2019-08-23 18:18:26 +02:00 committed by GitHub
parent 1e51dcb508
commit 2fd3662eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 123 additions and 2 deletions

View file

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