Skip to content

Commit 7897eff

Browse files
Add return types to tests and final|internal|private methods
1 parent e97c6d7 commit 7897eff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,9 @@ protected function createNodeList()
12411241

12421242
class ClassThatInheritCrawler extends Crawler
12431243
{
1244+
/**
1245+
* @return static
1246+
*/
12441247
public function children()
12451248
{
12461249
parent::children();

0 commit comments

Comments
 (0)