Skip to content

Commit

Permalink
debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jan 28, 2019
1 parent 711f66f commit 2553540
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Languages/En.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function parse(int $number): array
$number = -$number;
}

do {
do {
$key = key($this->numberMapping);

if ($number < $key) {
Expand Down
2 changes: 1 addition & 1 deletion tests/DetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function testNamesCorrectlyFound()
$option->setCheckNaming(['en']);
$detector = $this->createDetector($option);

$fileReport = $detector->detect(FileReportTest::getTestFile('check_names'));
$fileReport = $detector->detect(FileReportTest::getTestFile('test_4'));

$this->assertSame(
[
Expand Down
File renamed without changes.

0 comments on commit 2553540

Please sign in to comment.