Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit ae3497f

Browse files
committed
Added styleci.yml and composer.lock
1 parent bcbaa4b commit ae3497f

File tree

7 files changed

+2220
-277
lines changed

7 files changed

+2220
-277
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/vendor/
2-
composer.lock
1+
/vendor
32
composer.phar

.styleci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
preset: recommended
2+
3+
disabled:
4+
- concat_without_spaces
5+
6+
enabled:
7+
- concat_with_spaces

0 commit comments

Comments
 (0)