Skip to content

Commit

Permalink
Add class description for composer ScriptHandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfauske committed Dec 9, 2024
1 parent 8e01047 commit 524d81f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
use Symfony\Component\Filesystem\Filesystem;

/**
* Handles various script events during the Composer lifecycle for Drupal projects.
*
* This class provides static methods to create necessary files and directories
* for Drupal installations and checks for Composer version compatibility.
*/
class ScriptHandler {

Expand Down

0 comments on commit 524d81f

Please sign in to comment.