Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 12, 2022
1 parent 68fd80b commit 3f848cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Composer/Command/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ public function setIO(IOInterface $io)
* @inheritdoc
*
* Backport suggested values definition from symfony/console 6.1+
*
* TODO drop when PHP 8.1 / symfony 6.1+ can be required
*/
public function complete(CompletionInput $input, CompletionSuggestions $suggestions): void
{
Expand Down
2 changes: 2 additions & 0 deletions src/Composer/Console/Input/InputArgument.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*
* @internal
*
* TODO drop when PHP 8.1 / symfony 6.1+ can be required
*/
class InputArgument extends BaseInputArgument
{
Expand Down
2 changes: 2 additions & 0 deletions src/Composer/Console/Input/InputOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*
* @internal
*
* TODO drop when PHP 8.1 / symfony 6.1+ can be required
*/
class InputOption extends BaseInputOption
{
Expand Down

0 comments on commit 3f848cd

Please sign in to comment.