Skip to content

Commit 6755406

Browse files
authored
Handle deprecated fixer config (#104)
1 parent 6b25f10 commit 6755406

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Quality
2828
if: matrix.php-versions == '7.4'
2929
run: |
30-
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation
30+
vendor/bin/php-cs-fixer fix --config=.php_cs-fixer.dist.php -v --dry-run --stop-on-violation
3131
vendor/bin/phan --force-polyfill-parser || true
3232
3333
- name: Test
File renamed without changes.

lib/GetStream/Stream/Constant.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace GetStream\Stream;
44

5-
class Constant {
5+
class Constant
6+
{
67
const VERSION = '5.0.1';
78
}

0 commit comments

Comments
 (0)