Skip to content

Commit cbffd69

Browse files
Merge pull request #29 from hexadog/develop
Develop
2 parents e0c40c1 + f4d1799 commit cbffd69

File tree

10 files changed

+7286
-37
lines changed

10 files changed

+7286
-37
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
vendor/
22
.idea/
3-
composer.lock
4-
.php_cs.cache
53
build/
64
.DS_Store
75
*.cache

.php-cs-fixer.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
->setRules([
2121
'@PSR2' => true,
2222
'@PhpCsFixer' => true,
23+
'concat_space' => [
24+
'spacing' => 'one'
25+
]
2326
])
2427
->setFinder($finder);

0 commit comments

Comments
 (0)