Skip to content

Commit

Permalink
bug #1516 [common] add missing class header
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 19, 2024
1 parent be24be4 commit ee9ead4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Maker/Common/InstallDependencyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
use Symfony\Bundle\MakerBundle\ConsoleStyle;
use Symfony\Component\Process\Process;

/**
* @author Jesse Rushlow <jr@rushlow.dev>
*
* @internal
*/
trait InstallDependencyTrait
{
/**
Expand Down

0 comments on commit ee9ead4

Please sign in to comment.