Skip to content

🐛 fix(dashboard): resolve tour modal close event listener not firing #6668

🐛 fix(dashboard): resolve tour modal close event listener not firing

🐛 fix(dashboard): resolve tour modal close event listener not firing #6668

Triggered via pull request June 26, 2026 05:47
Status Failure
Total duration 53s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: classes/Admin.php#L273
Class Tutor\Options_V2 referenced with incorrect case: TUTOR\Options_V2.
phpstan: classes/Admin.php#L265
Class Tutor\Tools_V2 referenced with incorrect case: TUTOR\Tools_V2.
phpstan: classes/Admin.php#L61
Action callback returns mixed but should not return anything.
phpstan: GDPR/GDPR.php#L98
Path in require_once() "./wp-admin/includes/upgrade.php" is not a file or it does not exist.
phpstan: GDPR/GDPR.php#L80
Access to an undefined property Tutor\GDPR\GDPR::$user_content.
phpstan: GDPR/GDPR.php#L79
Access to an undefined property Tutor\GDPR\GDPR::$legal_consent.
phpstan: GDPR/DB/DB.php#L28
Path in require_once() "./wp-admin/includes/upgrade.php" is not a file or it does not exist.
phpstan: GDPR/Controllers/LegalConsent.php#L864
Variable $consent in empty() always exists and is not falsy.
phpstan: GDPR/Controllers/LegalConsent.php#L727
Variable $consent in empty() always exists and is not falsy.
phpstan: GDPR/Controllers/LegalConsent.php#L442
Method Tutor\GDPR\Controllers\LegalConsent::response_bad_request() invoked with 3 parameters, 0-1 required.
phpstan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/