Skip to content

Commit 6b7ffe8

Browse files
committed
Update
1 parent eb23ada commit 6b7ffe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Parser.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function __construct(string $iniContent = null)
116116
*
117117
* @param string $iniContent
118118
*
119-
* @return array|self
119+
* @return mixed
120120
*/
121121
public function parse(string $iniContent = null)
122122
{
@@ -228,7 +228,7 @@ private function parseSections(array $simple_parsed)
228228
/**
229229
* @param array $arr
230230
*
231-
* @return array|self
231+
* @return mixed
232232
*/
233233
private function parseKeys(array $arr)
234234
{

0 commit comments

Comments
 (0)