Skip to content

Commit 16441f4

Browse files
patinthehatactions-user
authored andcommitted
Fix styling
1 parent 0786b27 commit 16441f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Results/FileSearchResults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Permafrost\CodeSnippets\CodeSnippet;
66
use Permafrost\PhpCodeSearch\Code\CodeLocation;
7-
use Permafrost\PhpCodeSearch\Support\File;
87
use Permafrost\PhpCodeSearch\Results\Nodes\ResultNode;
8+
use Permafrost\PhpCodeSearch\Support\File;
99

1010
class FileSearchResults
1111
{

src/Results/SearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Permafrost\PhpCodeSearch\Results;
44

5-
use Permafrost\PhpCodeSearch\Code\CodeLocation;
65
use Permafrost\CodeSnippets\CodeSnippet;
76
use Permafrost\CodeSnippets\File;
7+
use Permafrost\PhpCodeSearch\Code\CodeLocation;
88
use Permafrost\PhpCodeSearch\Code\GenericCodeLocation;
99
use Permafrost\PhpCodeSearch\Results\Nodes\FunctionCallNode;
1010
use Permafrost\PhpCodeSearch\Results\Nodes\ResultNode;

0 commit comments

Comments
 (0)