Skip to content

Commit 6ef3b54

Browse files
committed
minor symfony#13999 Fix small coding style (nunorafaelrocha)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#13999). Discussion ---------- Fix small coding style [Component] [Translation] [Tests] [PluralizationRulesTest.php] Remove extra space from `PluralizationRulesTest` class declaration. | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 7d0bd63 Fix small coding style
2 parents 3296496 + 7d0bd63 commit 6ef3b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Tests/PluralizationRulesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author Clemens Tolboom [email protected]
2828
*/
29-
class PluralizationRulesTest extends \PHPUnit_Framework_TestCase
29+
class PluralizationRulesTest extends \PHPUnit_Framework_TestCase
3030
{
3131
/**
3232
* We test failed langcode here.

0 commit comments

Comments
 (0)