Skip to content

Commit

Permalink
remove extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Dec 11, 2024
1 parent 9648f72 commit c676a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Features/CheckDD/CheckDD.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class CheckDD implements Check
public static function check(PhpFileDescriptor $file, $params)
{
$tokens = $file->getTokens();
$absPath = $file->getAbsolutePath();

$callback = $params[0];
foreach ($tokens as $i => $token) {
if (
Expand Down

0 comments on commit c676a1e

Please sign in to comment.