Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jan 12, 2017
1 parent c3b1554 commit 623c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpmdDiffFilter
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if ($argv[2] == "-") {

$matcher = new exussum12\CoverageChecker\FileMatchers\EndsWith();
$diff = new exussum12\CoverageChecker\DiffFileLoader($argv[1]);
$phpunit = new exussum12\CoverageChecker\PhpMdCLoader($argv[2]);
$phpunit = new exussum12\CoverageChecker\PhpMdLoader($argv[2]);
$coverageCheck = new exussum12\CoverageChecker\CoverageCheck($diff, $phpunit, $matcher);

$lines = $coverageCheck->getCoveredLines();
Expand Down

0 comments on commit 623c8a1

Please sign in to comment.