Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from heidelpay/develop
Browse files Browse the repository at this point in the history
Compatibility to commit #9875b62cb4b8cbbdcd3d572a3b1c615e38a9c561
  • Loading branch information
Sascha authored Nov 6, 2019
2 parents bd01f53 + 9893f0f commit c710923
Show file tree
Hide file tree
Showing 23 changed files with 758 additions and 697 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ phpstan:
- composer
script:
- composer install
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon tests src
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon src

codestyle:
stage: test
Expand Down
3 changes: 1 addition & 2 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
require 'vendor/autoload.php';

$finder = PhpCsFixer\Finder::create()
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests');
->in(__DIR__ . '/src');

return K10r\Codestyle\PHP72::create()
->setUsingCache(true)
Expand Down
Loading

0 comments on commit c710923

Please sign in to comment.