Skip to content

Commit 3e53976

Browse files
committed
Removed line break
1 parent fd9e591 commit 3e53976

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ $data = ['people' => [
7979
['name' => 'Maximilian'],
8080
]];
8181

82-
print_r((new JSONPath($data))
83-
->find('$.people.*.name'), true);
82+
print_r((new JSONPath($data))->find('$.people.*.name'), true);
8483
// $result[0] === 'Sascha'
8584
// $result[1] === 'Bianca'
8685
// $result[2] === 'Alexander'

0 commit comments

Comments
 (0)