Skip to content

Commit 6bf844e

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 removed dots at the end of @param and @return fixed typo
2 parents d32edff + 00334ef commit 6bf844e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Loader/MoFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MoFileLoader extends FileLoader
3737
/**
3838
* The size of the header of a MO file in bytes.
3939
*
40-
* @var int Number of bytes.
40+
* @var int Number of bytes
4141
*/
4242
const MO_HEADER_SIZE = 28;
4343

Tests/PluralizationRulesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function failingLangcodes()
9393
* We validate only on the plural coverage. Thus the real rules is not tested.
9494
*
9595
* @param string $nplural plural expected
96-
* @param array $matrix containing langcodes and their plural index values.
96+
* @param array $matrix containing langcodes and their plural index values
9797
* @param bool $expectSuccess
9898
*/
9999
protected function validateMatrix($nplural, $matrix, $expectSuccess = true)

0 commit comments

Comments
 (0)