@@ -46,7 +46,7 @@ public function write($path, $locale, $data, $fallback = true)
4646 * @param resource $file The file handle to write to
4747 * @param string $bundleName The name of the bundle
4848 * @param mixed $value The value of the node
49- * @param bool $fallback whether the resource bundle should be merged
49+ * @param bool $fallback Whether the resource bundle should be merged
5050 * with the fallback locale
5151 *
5252 * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
@@ -66,8 +66,7 @@ private function writeResourceBundle($file, $bundleName, $value, $fallback)
6666 * @param resource $file The file handle to write to
6767 * @param mixed $value The value of the node
6868 * @param int $indentation The number of levels to indent
69- * @param bool $requireBraces whether to require braces to be printed
70- * around the value
69+ * @param bool $requireBraces Whether to require braces to be printedaround the value
7170 *
7271 * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
7372 */
@@ -153,7 +152,7 @@ private function writeIntVector($file, array $value, $indentation)
153152 *
154153 * @param resource $file The file handle to write to
155154 * @param string $value The value of the node
156- * @param bool $requireBraces whether to require braces to be printed
155+ * @param bool $requireBraces Whether to require braces to be printed
157156 * around the value
158157 *
159158 * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
@@ -199,7 +198,7 @@ private function writeArray($file, array $value, $indentation)
199198 * @param resource $file The file handle to write to
200199 * @param array|\Traversable $value The value of the node
201200 * @param int $indentation The number of levels to indent
202- * @param bool $fallback whether the table should be merged
201+ * @param bool $fallback Whether the table should be merged
203202 * with the fallback locale
204203 *
205204 * @throws UnexpectedTypeException when $value is not an array and not a
0 commit comments