Skip to content

Commit 9ce0cf0

Browse files
committed
remove return type
1 parent 38a01cf commit 9ce0cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Results/SearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(ResultNode $node, CodeLocation $location, ?CodeSnipp
3939
$this->file = is_string($file) ? new File($file) : $file;
4040
}
4141

42-
public function file(): File
42+
public function file()
4343
{
4444
return $this->file;
4545
}

0 commit comments

Comments
 (0)