Skip to content

Commit

Permalink
fix dockblock to (scrutinizer)
Browse files Browse the repository at this point in the history
  • Loading branch information
ek9 committed Mar 19, 2018
1 parent 78113dc commit 38dcfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Listener/CodeCoverageListener.php
Original file line number Diff line number Diff line change
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 38dcfb2

Please sign in to comment.