Skip to content

Commit 5e6f783

Browse files
cordovalweaverryan
authored andcommitted
fix brace on the next line to be on the same line
1 parent 713dfe3 commit 5e6f783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/testing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,7 @@ narrow down your node selection by chaining the method calls::
530530

531531
$crawler
532532
->filter('h1')
533-
->reduce(function ($node, $i)
534-
{
533+
->reduce(function ($node, $i) {
535534
if (!$node->getAttribute('class')) {
536535
return false;
537536
}

0 commit comments

Comments
 (0)