Skip to content

Commit 76bf4e1

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix CS Fix CS
2 parents 2dc2c78 + 9ec470e commit 76bf4e1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Tests/FunctionsTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\String\AbstractString;
16-
use function Symfony\Component\String\b;
1716
use Symfony\Component\String\ByteString;
17+
use Symfony\Component\String\UnicodeString;
18+
19+
use function Symfony\Component\String\b;
1820
use function Symfony\Component\String\s;
1921
use function Symfony\Component\String\u;
20-
use Symfony\Component\String\UnicodeString;
2122

2223
final class FunctionsTest extends TestCase
2324
{

Tests/Inflector/EnglishInflectorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ public function singularizeProvider()
160160
['SubTrees', 'SubTree'],
161161

162162
// Known issues
163-
//['insignia', 'insigne'],
164-
//['insignias', 'insigne'],
165-
//['rattles', 'rattle'],
163+
// ['insignia', 'insigne'],
164+
// ['insignias', 'insigne'],
165+
// ['rattles', 'rattle'],
166166
];
167167
}
168168

0 commit comments

Comments
 (0)