We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95285d commit dbbca18Copy full SHA for dbbca18
src/Searcher.php
@@ -23,7 +23,6 @@
23
use PhpParser\NodeFinder;
24
use PhpParser\NodeTraverser;
25
use PhpParser\ParserFactory;
26
-use PhpParser\PhpVersion;
27
28
class Searcher
29
{
src/Support/VirtualFile.php
@@ -18,7 +18,7 @@ public function __destruct()
18
19
public function unlink()
20
21
- if (!strpos(dirname($this->path), sys_get_temp_dir())) {
+ if (! strpos(dirname($this->path), sys_get_temp_dir())) {
22
return;
}
0 commit comments