Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit a90f054

Browse files
committed
Merge branch 'hotfix/configuration'
2 parents 430a5df + eef60cd commit a90f054

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ matrix:
6464
env:
6565
- DEPS=latest
6666
allow_failures:
67-
- php: 7.1
6867
- php: hhvm
6968

7069
notifications:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ZF 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

88
This library provides query builder directives from array parameters. This library was designed

phpcs.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
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>

0 commit comments

Comments
 (0)