Skip to content

Commit

Permalink
revert unsigned commit
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Jul 21, 2024
1 parent 9950193 commit a1a623b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/Generators/NewShieldOauthGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public function run(array $params): int

// The proper class name should contain the `OAuth` suffix if it doesn't exist
$class = str_ireplace('oauth', 'OAuth', $params[0]);

// php-cs-fixer disable next line
if (strpos($class, 'OAuth') === false) {
$class .= 'OAuth';
}
Expand Down

0 comments on commit a1a623b

Please sign in to comment.