Skip to content

Commit

Permalink
Code style / use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Apr 1, 2022
1 parent ce2a403 commit 61a8da8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Symfony/DrushArgvInput.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

namespace Drush\Symfony;

use Symfony\Component\Console\Input\ArgvInput;

/**
* DrushArgvInput is deprecated; use ArgvInput directly.
*/
class DrushArgvInput extends ArgvInput
{

}

0 comments on commit 61a8da8

Please sign in to comment.