Skip to content

Commit ebeace7

Browse files
committed
Replace StyleCI with phpcs
1 parent 2c111ff commit ebeace7

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.styleci.yml

-6
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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

87
PHP object-oriented library for Plesk XML-RPC API.

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
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": {

0 commit comments

Comments
 (0)