This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed
Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ matrix:
6464 env :
6565 - DEPS=latest
6666 allow_failures :
67- - php : 7.1
6867 - php : hhvm
6968
7069notifications :
Original file line number Diff line number Diff line change 11ZF Doctrine QueryBuilder
22========================
33
4- [ ![ Build status ] ( https://api. travis-ci.org/zfcampus/zf-doctrine-querybuilder.svg )] ( https://secure. travis-ci.org/zfcampus/zf-doctrine-querybuilder )
5- [ ![ Coverage Status] ( https://coveralls.io/repos/github/zfcampus/zf-doctrine-querybuilder/badge.svg )] ( https://coveralls.io/github/zfcampus/zf-doctrine-querybuilder )
4+ [ ![ Build Status ] ( https://travis-ci.org/zfcampus/zf-doctrine-querybuilder.svg?branch=master )] ( https://travis-ci.org/zfcampus/zf-doctrine-querybuilder )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/zfcampus/zf-doctrine-querybuilder/badge.svg?branch=master )] ( https://coveralls.io/github/zfcampus/zf-doctrine-querybuilder?branch=master )
66[ ![ Total Downloads] ( https://poser.pugx.org/zfcampus/zf-doctrine-querybuilder/downloads )] ( https://packagist.org/packages/zfcampus/zf-doctrine-querybuilder )
77
88This library provides query builder directives from array parameters. This library was designed
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset name =" Zend Framework coding standard" >
3- <description >Zend Framework coding standard</description >
4-
5- <!-- display progress -->
6- <arg value =" p" />
7- <arg name =" colors" />
8-
9- <!-- inherit rules from: -->
10- <rule ref =" PSR2" />
11- <rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
12- <rule ref =" Generic.Formatting.SpaceAfterNot" />
13- <rule ref =" Squiz.WhiteSpace.OperatorSpacing" >
14- <properties >
15- <property name =" ignoreNewlines" value =" true" />
16- </properties >
17- </rule >
18- <rule ref =" Squiz.WhiteSpace.SuperfluousWhitespace" >
19- <properties >
20- <property name =" ignoreBlankLines" value =" false" />
21- </properties >
22- </rule >
2+ <ruleset name =" Zend Framework Coding Standard" >
3+ <rule ref =" ./vendor/zendframework/zend-coding-standard/ruleset.xml" />
234
245 <!-- Paths to check -->
256 <file >config</file >
You can’t perform that action at this time.
0 commit comments