Skip to content

Commit

Permalink
Fix php-scoper rule for polyfill-80 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Aug 23, 2023
1 parent 1473926 commit b2b9cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
glob('src/CRM/CivixBundle/Resources/views/*/*.php'),
glob('extern/*/*/*.php'),
glob('extern/*/*.php'),
glob('vendor/symfony/polyfill-php80/Resources/stubs/*php'), /* [email protected] + [email protected] */
),

];

0 comments on commit b2b9cee

Please sign in to comment.