We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e966703 commit 08500bfCopy full SHA for 08500bf
.travis.yml
@@ -16,7 +16,7 @@ script:
16
# Fail the Travis CI build on the first error.
17
- set -e
18
- mkdir -p build/logs
19
- - php vendor/bin/phpcs --standard=PSR12 src
+ - php vendor/bin/phpcs --standard=PSR2 src
20
- php vendor/bin/phpcs --standard=PSR1 tests
21
- php vendor/bin/phpstan analyze --level max src
22
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
composer.json
@@ -37,9 +37,6 @@
37
"autoload-dev": {
38
"psr-4": { "PHPExperts\\Combinatorics\\Tests\\" : "tests/" }
39
},
40
- "config": {
41
- "classmap-authoritative": true
42
- },
43
"scripts": {
44
"post-create-project-cmd": [
45
"php install.php"
src/CombinationGenerator.php renamed to src/CombinationsGenerator.php
0 commit comments