Skip to content

Commit

Permalink
try expose classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 18, 2024
1 parent 1dd4a18 commit a90bd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
$nowDateTime = new DateTime('now');
$timestamp = $nowDateTime->format('Ym');

// @see https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md

// see https://github.com/humbug/php-scoper
return [
'prefix' => 'RuleDocGenerator' . $timestamp,
Expand All @@ -21,4 +19,6 @@
'stubs/PhpCsFixer/AbstractFixer.php',
'stubs/Rector/Core/Contract/Rector/RectorInterface.php',
],

'expose-classes' => ['Rector\Contract\Rector\RectorInterface'],
];

0 comments on commit a90bd61

Please sign in to comment.