Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning on PHP 8.3 #187

Open
vedmant opened this issue Mar 18, 2024 · 0 comments
Open

Deprecation warning on PHP 8.3 #187

vedmant opened this issue Mar 18, 2024 · 0 comments

Comments

@vedmant
Copy link

vedmant commented Mar 18, 2024

What version of this package are you using?
0.32.0

What operating system, Node.js, and npm version?
Docker php:8.3-fpm

What happened?

Deprecations warnings

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 174

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 174

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 177

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 177

Deprecated: Creation of dynamic property Codedungeon\PHPUnitPrettyResultPrinter\Printer::$colorsTool is deprecated in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 91

Deprecated: Creation of dynamic property Codedungeon\PHPUnitPrettyResultPrinter\Printer::$defaultConfigOptions is deprecated in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 248

Deprecated: Creation of dynamic property Codedungeon\PHPUnitPrettyResultPrinter\Printer::$anyBarEnabled is deprecated in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 282

Deprecated: Creation of dynamic property Codedungeon\PHPUnitPrettyResultPrinter\Printer::$anyBarPort is deprecated in /app/vendor/codedungeon/phpunit-result-printer/src/PrinterTrait8.php on line 283

What did you expect to happen?

No warnings

Are you willing to submit a pull request to fix this bug?

Probably

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant