File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
- ' 7.1'
5
5
- ' 7.2'
6
6
- ' 7.3'
7
+ - ' 7.4'
7
8
8
9
before_script :
9
10
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
@@ -16,7 +17,7 @@ script:
16
17
# Fail the Travis CI build on the first error.
17
18
- set -e
18
19
- mkdir -p build/logs
19
- - php vendor/bin/phpcs --standard=PSR12 src
20
+ - php vendor/bin/phpcs --standard=PSR2 src
20
21
- php vendor/bin/phpcs --standard=PSR1 tests
21
22
- php vendor/bin/phpstan analyze --level max src
22
23
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 37
37
"autoload-dev" : {
38
38
"psr-4" : { "PHPExperts\\ Combinatorics\\ Tests\\ " : " tests/" }
39
39
},
40
- "config" : {
41
- "classmap-authoritative" : true
42
- },
43
40
"scripts" : {
44
41
"post-create-project-cmd" : [
45
42
" php install.php"
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ checkMissingIterableValueType : false
3
+ paths :
4
+ - src/
5
+ - tests/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments