Open abutler3 opened 3 years ago
Those don't look like errors that correspond to the module code at all, in fact they're "Internal errors" with phpstan.
The only issue Upgrade Status module gave me is a test class not found. It otherwise seems to work.
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Pantheon Domain Masking
Scanned on Thu, 08/05/2021 - 16:44.
1 warning found.
modules/contrib/pantheon_domain_masking/src/Form/DomainMaskingConfigForm.php:
┌──────────┬──────┬─────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼─────────────────────────────────────────────┤
│ Check │ 13 │ Class PHPUnit\Framework\TestCase not found. │
│ manually │ │ │
└──────────┴──────┴─────────────────────────────────────────────┘
Our site is upgrading to Drupal 9 and got this in our drupal-check report:
Line pantheon_domain_masking.module
Line src/Form/DomainMaskingConfigForm.php
Line src/Helper.php
Line src/Middleware/DomainMaskingMiddleware.php
[ERROR] Found 4 errors