Skip to content

Commit

Permalink
Merge pull request #28 from leanphp/scrutinizer
Browse files Browse the repository at this point in the history
Scrutinizer integration
  • Loading branch information
ek9 committed Mar 19, 2018
2 parents 78113dc + 4b5574d commit ee4125a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@ phpspec-code-coverage
[![License](https://img.shields.io/packagist/l/leanphp/phpspec-code-coverage.svg?style=flat-square)](#LICENSE)
[![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)
[![Total Downloads](https://img.shields.io/packagist/dt/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://packagist.org/packages/leanphp/phpspec-code-coverage)
[![Scrutinizer Code
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)
[![Travis](https://img.shields.io/travis/leanphp/phpspec-code-coverage.svg?style=flat-square)](https://travis-ci.org/leanphp/phpspec-code-coverage)
[![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)

Expand Down
4 changes: 2 additions & 2 deletions src/Listener/CodeCoverageListener.php
Expand Up @@ -30,7 +30,7 @@ class CodeCoverageListener implements EventSubscriberInterface
/**
* @param ConsoleIO $io
* @param CodeCoverage $coverage
* @param [] $reports
* @param array $reports
* @param boolean $skipCoverage
*/
public function __construct(ConsoleIO $io, CodeCoverage $coverage, array $reports, $skipCoverage = false)
Expand Down Expand Up @@ -145,7 +145,7 @@ public function afterSuite(SuiteEvent $event)
}

/**
* @param [] $options
* @param array $options
*/
public function setOptions(array $options)
{
Expand Down

0 comments on commit ee4125a

Please sign in to comment.