HTTP ERROR 500
#8762
Replies: 1 comment
-
|
please stop spamming, you keep asking us to guess what's wrong on your project, while you not providing reproducible code, which nothing we can do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Rector processed the script files for php 8.2, but the script does not work in php 8.2, an error message appears
HTTP ERROR 500
File rector.php:
`<?php
use Rector\Config\RectorConfig;
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictConstructorRector;
return RectorConfig::configure()
What could be the problem, where did I go wrong?
Beta Was this translation helpful? Give feedback.
All reactions