Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored and github-actions[bot] committed Sep 3, 2024
1 parent c95285d commit dbbca18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Searcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use PhpParser\NodeFinder;
use PhpParser\NodeTraverser;
use PhpParser\ParserFactory;
use PhpParser\PhpVersion;

class Searcher
{
Expand Down
2 changes: 1 addition & 1 deletion src/Support/VirtualFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __destruct()

public function unlink()
{
if (!strpos(dirname($this->path), sys_get_temp_dir())) {
if (! strpos(dirname($this->path), sys_get_temp_dir())) {
return;
}

Expand Down

0 comments on commit dbbca18

Please sign in to comment.