-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Dev: PHPStan "no type specified" errors #7731
Labels
dev
good first issue
Good for newcomers
help wanted
More help is needed for the proper resolution of an issue or pull request
Comments
Type specified will strict return, most function with multiple return We can use below in PHP 8.2, is not compabillity another php version public function isFunction(): string|int {
//
} We can only change some functions. |
Yes, we still support PHP 7.4. |
This was referenced Jul 27, 2023
Merged
This was referenced Jul 30, 2023
This was referenced Aug 2, 2023
5 tasks
5 tasks
This was referenced Aug 7, 2023
This was referenced Aug 8, 2023
This was referenced Aug 8, 2023
5 tasks
5 tasks
5 tasks
5 tasks
kenjis
added
the
help wanted
More help is needed for the proper resolution of an issue or pull request
label
Aug 31, 2023
5 tasks
238 items were removed! 473 - 235 = 238 $ grep "type specified" phpstan-baseline.php | wc -l
235 |
5 tasks
$ grep "type specified" phpstan-baseline.php | wc -l
221 |
This was referenced Oct 27, 2023
5 tasks
kenjis
changed the title
Dev: no type specified errors
Dev: PHPStan "no type specified" errors
Apr 9, 2024
$ grep "no type specified" phpstan-baseline.php | wc -l
224 $ grep "no return type specified" phpstan-baseline.php | wc -l
382 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev
good first issue
Good for newcomers
help wanted
More help is needed for the proper resolution of an issue or pull request
There are 473 ignored errors due to "no type specified" in phpstan-baseline.php.
These ignored errors should be removed.
You can search for
no type specified
,no return type specified
in phpstan-baseline.php.The text was updated successfully, but these errors were encountered: