We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a01cf commit 9ce0cf0Copy full SHA for 9ce0cf0
src/Results/SearchResult.php
@@ -39,7 +39,7 @@ public function __construct(ResultNode $node, CodeLocation $location, ?CodeSnipp
39
$this->file = is_string($file) ? new File($file) : $file;
40
}
41
42
- public function file(): File
+ public function file()
43
{
44
return $this->file;
45
0 commit comments