mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +03:00
style: add newlines at the end
This commit is contained in:
parent
21b4ee60dd
commit
6ab9a47c9a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
||||||
run: composer install --no-interaction --no-progress --no-suggest --prefer-dist
|
run: composer install --no-interaction --no-progress --no-suggest --prefer-dist
|
||||||
|
|
||||||
- name: PHP CS Fixer
|
- name: PHP CS Fixer
|
||||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff
|
run: vendor/bin/php-cs-fixer fix --dry-run --diff
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,4 +16,4 @@ storage/*
|
||||||
!storage/.gitkeep
|
!storage/.gitkeep
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
.php-cs-fixer.cache
|
.php-cs-fixer.cache
|
||||||
|
|
|
@ -11,4 +11,4 @@ return (new PhpCsFixer\Config())
|
||||||
])
|
])
|
||||||
->setFinder($finder)
|
->setFinder($finder)
|
||||||
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
|
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue