Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 4e5ac2b

Browse files
committed
added comment
1 parent 56e4e7c commit 4e5ac2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ProxyCommand.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
use Symfony\Component\Console\Input\InputInterface;
88
use Symfony\Component\Console\Output\OutputInterface;
99

10+
/**
11+
* ProxyCommand is used because ComposerCommands needs to define Commands from BaseCommand
12+
* but all SymfonyCommands doesn't have such functionality so we use proxy class
13+
*
14+
* @package Imponeer\ComposerCustomCommands
15+
*/
1016
class ProxyCommand extends BaseCommand
1117
{
1218

0 commit comments

Comments
 (0)