Skip to content

Commit 00334ef

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: removed dots at the end of @param and @return fixed typo
2 parents 1e3ebff + cc56317 commit 00334ef

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)