We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711f66f commit 2553540Copy full SHA for 2553540
src/Languages/En.php
@@ -82,7 +82,7 @@ public function parse(int $number): array
82
$number = -$number;
83
}
84
85
- do {
+ do {
86
$key = key($this->numberMapping);
87
88
if ($number < $key) {
tests/DetectorTest.php
@@ -284,7 +284,7 @@ public function testNamesCorrectlyFound()
284
$option->setCheckNaming(['en']);
285
$detector = $this->createDetector($option);
286
287
- $fileReport = $detector->detect(FileReportTest::getTestFile('check_names'));
+ $fileReport = $detector->detect(FileReportTest::getTestFile('test_4'));
288
289
$this->assertSame(
290
[
tests/files/check_names.php tests/files/test_4.phptests/files/check_names.php renamed to tests/files/test_4.php
0 commit comments