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 0786b27 commit 16441f4Copy full SHA for 16441f4
2 files changed
src/Results/FileSearchResults.php
@@ -4,8 +4,8 @@
4
5
use Permafrost\CodeSnippets\CodeSnippet;
6
use Permafrost\PhpCodeSearch\Code\CodeLocation;
7
-use Permafrost\PhpCodeSearch\Support\File;
8
use Permafrost\PhpCodeSearch\Results\Nodes\ResultNode;
+use Permafrost\PhpCodeSearch\Support\File;
9
10
class FileSearchResults
11
{
src/Results/SearchResult.php
@@ -2,9 +2,9 @@
2
3
namespace Permafrost\PhpCodeSearch\Results;
-use Permafrost\PhpCodeSearch\Code\CodeLocation;
use Permafrost\CodeSnippets\File;
+use Permafrost\PhpCodeSearch\Code\CodeLocation;
use Permafrost\PhpCodeSearch\Code\GenericCodeLocation;
use Permafrost\PhpCodeSearch\Results\Nodes\FunctionCallNode;
0 commit comments