Skip to content

Commit 7e89445

Browse files
committed
format some files
1 parent 8db1a10 commit 7e89445

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

phpunit.xml.dist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
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>

src/IniParser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/JsonParser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/YmlParser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)