Skip to content

PHPStan

PHPStan #907

Triggered via pull request March 18, 2024 09:36
Status Failure
Total duration 1m 11s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: data/module/fpdi/japanese.php#L14
Class PDF_Japanese extends unknown class FPDI.
PHPStan: data/module/fpdi/japanese.php#L20
Call to an undefined method $this(PDF_Japanese)::Error().
PHPStan: data/module/fpdi/japanese.php#L21
Access to an undefined property PDF_Japanese::$fonts.
PHPStan: data/module/fpdi/japanese.php#L22
Access to an undefined property PDF_Japanese::$fonts.
PHPStan: data/module/fpdi/japanese.php#L57
Access to an undefined property PDF_Japanese::$CurrentFont.
PHPStan: data/module/fpdi/japanese.php#L60
PDF_Japanese::GetStringWidth() calls parent::GetStringWidth() but PDF_Japanese does not extend any class.
PHPStan: data/module/fpdi/japanese.php#L67
Access to an undefined property PDF_Japanese::$CurrentFont.
PHPStan: data/module/fpdi/japanese.php#L92
Access to an undefined property PDF_Japanese::$FontSize.
PHPStan: data/module/fpdi/japanese.php#L97
Access to an undefined property PDF_Japanese::$CurrentFont.
PHPStan: data/module/fpdi/japanese.php#L100
PDF_Japanese::MultiCell() calls parent::MultiCell() but PDF_Japanese does not extend any class.