Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit af00163

Browse files
committed
Merge branch 'feature/53' into develop
Close #53
2 parents 654abe2 + ae4ac8c commit af00163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reader/Ini.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ protected function process(array $data)
148148
*/
149149
private function buildNestedSection($sections, $value)
150150
{
151-
if (count($sections) == 0) {
151+
if (! $sections) {
152152
return $this->processSection($value);
153153
}
154154

0 commit comments

Comments
 (0)