File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 99 convertWarningsToExceptions =" true"
1010 stopOnFailure =" false"
1111>
12- <testsuites >
13- <testsuite name =" Php Library Test Suite" >
14- <directory >test</directory >
15- </testsuite >
16- </testsuites >
12+ <testsuites >
13+ <testsuite name =" Php Library Test Suite" >
14+ <directory >test</directory >
15+ </testsuite >
16+ </testsuites >
1717
18- <filter >
19- <whitelist >
20- <directory suffix =" .php" >src</directory >
21- </whitelist >
22- </filter >
18+ <filter >
19+ <whitelist >
20+ <directory suffix =" .php" >src</directory >
21+ </whitelist >
22+ </filter >
2323</phpunit >
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ class IniParser extends BaseParser
1616{
1717 /**
1818 * parse INI
19- * @param string $string Waiting for the parse data
20- * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
19+ * @param string $string Waiting for the parse data
20+ * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
2121 * @param callable $pathHandler When the second param is true, this param is valid.
22- * @param string $fileDir When the second param is true, this param is valid.
22+ * @param string $fileDir When the second param is true, this param is valid.
2323 * @return array
2424 * @throws \InvalidArgumentException
2525 * @throws \UnexpectedValueException
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ class JsonParser extends BaseParser
1818{
1919 /**
2020 * parse JSON
21- * @param string $string Waiting for the parse data
22- * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
21+ * @param string $string Waiting for the parse data
22+ * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
2323 * @param callable $pathHandler When the second param is true, this param is valid.
24- * @param string $fileDir When the second param is true, this param is valid.
24+ * @param string $fileDir When the second param is true, this param is valid.
2525 * @return array
2626 * @throws \InvalidArgumentException
2727 * @throws \UnexpectedValueException
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ class YmlParser extends BaseParser
1818{
1919 /**
2020 * parse YAML
21- * @param string $string Waiting for the parse data
22- * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
21+ * @param string $string Waiting for the parse data
22+ * @param bool $enhancement 启用增强功能,支持通过关键字 继承、导入、参考
2323 * @param callable $pathHandler When the second param is true, this param is valid.
24- * @param string $fileDir When the second param is true, this param is valid.
24+ * @param string $fileDir When the second param is true, this param is valid.
2525 * @return array
2626 * @throws \InvalidArgumentException
2727 * @throws \UnexpectedValueException
You can’t perform that action at this time.
0 commit comments