File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33[ ![ Test Status] ( https://github.com/plesk/api-php-lib/actions/workflows/test.yml/badge.svg )] ( https://github.com/plesk/api-php-lib/actions/workflows/test.yml )
44[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/plesk/api-php-lib/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/plesk/api-php-lib/?branch=master )
5- [ ![ StyleCI] ( https://styleci.io/repos/26514840/shield?branch=master )] ( https://styleci.io/repos/26514840 )
65[ ![ codecov] ( https://codecov.io/gh/plesk/api-php-lib/branch/master/graph/badge.svg?token=5Kwbddpdeb )] ( https://codecov.io/gh/plesk/api-php-lib )
76
87PHP object-oriented library for Plesk XML-RPC API.
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "test" : " phpunit" ,
3333 "test:watch" : " phpunit-watcher watch" ,
34- "lint" : " psalm"
34+ "lint" : [
35+ " psalm" ,
36+ " phpcs"
37+ ]
3538 },
3639 "autoload" : {
3740 "psr-4" : {
You can’t perform that action at this time.
0 commit comments