Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee4125a

Browse files
authored
Merge pull request #28 from leanphp/scrutinizer
Scrutinizer integration
2 parents 78113dc + 4b5574d commit ee4125a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ phpspec-code-coverage
33
[![License](https://img.shields.io/packagist/l/leanphp/phpspec-code-coverage.svg?style=flat-square)](#LICENSE)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/leanphp/phpspec-code-coverage)
55
[![Total Downloads](https://img.shields.io/packagist/dt/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/leanphp/phpspec-code-coverage)
6+
[![Scrutinizer Code
7+
Quality](https://scrutinizer-ci.com/g/leanphp/phpspec-code-coverage/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/leanphp/phpspec-code-coverage/?branch=master)
68
[![Travis](https://img.shields.io/travis/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://travis-ci.org/leanphp/phpspec-code-coverage)
79
[![AppVeyor](https://img.shields.io/appveyor/ci/leanphp/phpspec-code-coverage/master.svg?style=flat-square)](https://ci.appveyor.com/project/leanphp/phpspec-code-coverage)
810

src/Listener/CodeCoverageListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CodeCoverageListener implements EventSubscriberInterface
3030
/**
3131
* @param ConsoleIO $io
3232
* @param CodeCoverage $coverage
33-
* @param [] $reports
33+
* @param array $reports
3434
* @param boolean $skipCoverage
3535
*/
3636
public function __construct(ConsoleIO $io, CodeCoverage $coverage, array $reports, $skipCoverage = false)
@@ -145,7 +145,7 @@ public function afterSuite(SuiteEvent $event)
145145
}
146146

147147
/**
148-
* @param [] $options
148+
* @param array $options
149149
*/
150150
public function setOptions(array $options)
151151
{

0 commit comments

Comments
 (0)