File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55[ ![ License] ( https://poser.pugx.org/wsdltophp/wsdlhandler/license )] ( https://packagist.org/packages/wsdltophp/wsdlhandler )
66[ ![ Latest Stable Version] ( https://poser.pugx.org/wsdltophp/wsdlhandler/version.png )] ( https://packagist.org/packages/wsdltophp/wsdlhandler )
7- [ ![ Build Status ] ( https://travis-ci.com/WsdlToPhp/WsdlHandler .svg )] ( https://travis-ci .com/github /WsdlToPhp/WsdlHandler )
7+ [ ![ TeamCity build status ] ( https://teamcity.mikael-delsol.fr/app/rest/builds/buildType:id:WsdlHandler_Build/statusIcon .svg )] ( https://github .com/WsdlToPhp/WsdlHandler )
88[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/WsdlToPhp/WsdlHandler/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/WsdlHandler/ )
99[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/WsdlToPhp/WsdlHandler/badges/coverage.png )] ( https://scrutinizer-ci.com/g/WsdlToPhp/WsdlHandler/ )
1010[ ![ Total Downloads] ( https://poser.pugx.org/wsdltophp/wsdlhandler/downloads )] ( https://packagist.org/packages/wsdltophp/wsdlhandler )
1111[ ![ StyleCI] ( https://styleci.io/repos/87977980/shield )] ( https://styleci.io/repos/87977980 )
12- [ ![ SymfonyInsight] ( https://insight.symfony.com/projects/3dd23426-0808-4715-9a11-e51dc84cb0b4 /mini.svg )] ( https://insight.symfony.com/projects/3dd23426-0808-4715-9a11-e51dc84cb0b4 )
12+ [ ![ SymfonyInsight] ( https://insight.symfony.com/projects/b3232a2b-83c4-4546-92ae-c3f1357f62e9 /mini.svg )] ( https://insight.symfony.com/projects/b3232a2b-83c4-4546-92ae-c3f1357f62e9 )
1313
1414WsdlHandler uses the [ decorator design pattern] ( https://en.wikipedia.org/wiki/Decorator_pattern ) upon [ DomHandler] ( https://github.com/WsdlToPhp/DomHandler ) .
1515
Original file line number Diff line number Diff line change 2727 },
2828 "require-dev" : {
2929 "friendsofphp/php-cs-fixer" : " ~2.0" ,
30+ "phpstan/phpstan" : " ^1.4" ,
3031 "phpunit/phpunit" : " ^9"
3132 },
3233 "config" : {
4445 },
4546 "scripts" : {
4647 "test" : " vendor/bin/phpunit" ,
47- "lint" : " vendor/bin/php-cs-fixer fix --ansi --diff --verbose"
48+ "lint" : " vendor/bin/php-cs-fixer fix --ansi --diff --verbose" ,
49+ "phpstan" : " vendor/bin/phpstan analyze src --level=2"
4850 },
4951 "support" : {
5052
You can’t perform that action at this time.
0 commit comments