Skip to content

Commit 2553540

Browse files
committed
debug failing build
1 parent 711f66f commit 2553540

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Languages/En.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function parse(int $number): array
8282
$number = -$number;
8383
}
8484

85-
do {
85+
do {
8686
$key = key($this->numberMapping);
8787

8888
if ($number < $key) {

tests/DetectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function testNamesCorrectlyFound()
284284
$option->setCheckNaming(['en']);
285285
$detector = $this->createDetector($option);
286286

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

289289
$this->assertSame(
290290
[

0 commit comments

Comments
 (0)