Skip to content

Commit 7a016eb

Browse files
committed
Validate code style using StyleCI
1 parent e1f4d49 commit 7a016eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.styleci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
preset: recommended
2+
3+
disabled:
4+
- align_double_arrow
5+
- phpdoc_align
6+
- phpdoc_annotation_without_dot

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## PHP library for Plesk XML-RPC API
22

33
[![Build Status](https://travis-ci.com/plesk/api-php-lib.svg?branch=master)](https://travis-ci.com/plesk/api-php-lib) [![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)
4+
[![StyleCI](https://styleci.io/repos/26514840/shield?branch=master)](https://styleci.io/repos/26514840)
45

56
PHP object-oriented library for Plesk XML-RPC API.
67

0 commit comments

Comments
 (0)