Skip to content

Commit cc56317

Browse files
committed
removed dots at the end of @param and @return
1 parent f7f44a0 commit cc56317

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
@@ -39,7 +39,7 @@ class MoFileLoader extends ArrayLoader
3939
/**
4040
* The size of the header of a MO file in bytes.
4141
*
42-
* @var int Number of bytes.
42+
* @var int Number of bytes
4343
*/
4444
const MO_HEADER_SIZE = 28;
4545

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)