Skip to content

Commit

Permalink
Fix composer install file method
Browse files Browse the repository at this point in the history
  • Loading branch information
CodazziS authored and roukmoute committed Jul 8, 2024
1 parent 25b5e0d commit 7994ccd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Composer/InstallFilesPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
use PHPStaticAnalysisTool\Exception\PathNotFound;
use Symfony\Component\Filesystem\Filesystem;

/**
* @psalm-suppress MissingConstructor
*
* @psalm-api
*/
class InstallFilesPlugin implements EventSubscriberInterface, PluginInterface
{
public const PACKAGE_NAME = 'assurance-maladie/qualytou';
Expand All @@ -29,7 +24,6 @@ class InstallFilesPlugin implements EventSubscriberInterface, PluginInterface
'.php-cs-fixer.dist.php',
'phpstan.neon',
'pmd-ruleset.xml',
'psalm.xml',
];

/** @var Composer */
Expand Down

0 comments on commit 7994ccd

Please sign in to comment.