1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:24:04 +00:00
tenancy/.styleci.yml
Samuel Štancl 2fd3662eb7
[1.8.0] Use strict types (#115)
* Use strict types

* Apply fixes from StyleCI

* Fix str_repeat

* Fix false json decode
2019-08-23 18:18:26 +02:00

7 lines
137 B
YAML

preset: laravel
enabled:
- native_function_invocation
- declare_strict_types
disabled:
- concat_without_spaces
- ternary_operator_spaces