We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b25f10 commit 6755406Copy full SHA for 6755406
3 files changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Quality
28
if: matrix.php-versions == '7.4'
29
run: |
30
- vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation
+ vendor/bin/php-cs-fixer fix --config=.php_cs-fixer.dist.php -v --dry-run --stop-on-violation
31
vendor/bin/phan --force-polyfill-parser || true
32
33
- name: Test
.php_cs.dist .php_cs-fixer.dist.php.php_cs.dist renamed to .php_cs-fixer.dist.php
lib/GetStream/Stream/Constant.php
@@ -2,6 +2,7 @@
2
3
namespace GetStream\Stream;
4
5
-class Constant {
+class Constant
6
+{
7
const VERSION = '5.0.1';
8
}
0 commit comments