Skip to content

Commit dbbca18

Browse files
patinthehatgithub-actions[bot]
authored andcommitted
Fix styling
1 parent c95285d commit dbbca18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Searcher.php

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use PhpParser\NodeFinder;
2424
use PhpParser\NodeTraverser;
2525
use PhpParser\ParserFactory;
26-
use PhpParser\PhpVersion;
2726

2827
class Searcher
2928
{

src/Support/VirtualFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __destruct()
1818

1919
public function unlink()
2020
{
21-
if (!strpos(dirname($this->path), sys_get_temp_dir())) {
21+
if (! strpos(dirname($this->path), sys_get_temp_dir())) {
2222
return;
2323
}
2424

0 commit comments

Comments
 (0)