Skip to content

Commit acfe9e1

Browse files
fix typo
1 parent 89e68a3 commit acfe9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,6 @@ class ClassThatInheritCrawler extends Crawler
13451345
*/
13461346
public function children()
13471347
{
1348-
parent::children();
1348+
return parent::children();
13491349
}
13501350
}

0 commit comments

Comments
 (0)