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 9
9
convertWarningsToExceptions =" true"
10
10
stopOnFailure =" false"
11
11
>
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 >
17
17
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 >
23
23
</phpunit >
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ class IniParser extends BaseParser
16
16
{
17
17
/**
18
18
* 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 启用增强功能,支持通过关键字 继承、导入、参考
21
21
* @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.
23
23
* @return array
24
24
* @throws \InvalidArgumentException
25
25
* @throws \UnexpectedValueException
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ class JsonParser extends BaseParser
18
18
{
19
19
/**
20
20
* 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 启用增强功能,支持通过关键字 继承、导入、参考
23
23
* @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.
25
25
* @return array
26
26
* @throws \InvalidArgumentException
27
27
* @throws \UnexpectedValueException
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ class YmlParser extends BaseParser
18
18
{
19
19
/**
20
20
* 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 启用增强功能,支持通过关键字 继承、导入、参考
23
23
* @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.
25
25
* @return array
26
26
* @throws \InvalidArgumentException
27
27
* @throws \UnexpectedValueException
You can’t perform that action at this time.
0 commit comments