- Notifications
You must be signed in to change notification settings - Fork 541
Pull requests: phpstan/phpstan-src
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix parameter of strval, intval and floatval
#1005 opened Feb 8, 2022 by Khartir Loading… updated Apr 19, 2022
use a separate resultCache per project config file
#1469 opened Jun 23, 2022 by staabm Loading… updated Dec 19, 2022
Implement
call_user_func_array()
DynamicFunctionReturnTypeExtension and rule #2501 opened Jul 1, 2023 by staabm Loading… updated Aug 14, 2023
Detect not existing classes in @method annotations
#2251 opened Feb 22, 2023 by alfredbez Loading… updated Aug 14, 2023
Fix array_slice() dynamic return type
#2578 opened Aug 18, 2023 by dravnic Loading… updated Oct 5, 2023
Fix
class-string<*>
being supertype of any string literal #2707 opened Oct 31, 2023 by jrmajor Loading… updated Dec 15, 2023
class_exists(Interface::class) is always false
#2838 opened Dec 20, 2023 by janedbal Loading… updated Jan 5, 2024
Fix int-mask-of to work well with operations on the int mask
#2441 opened Jun 8, 2023 by staabm Loading… updated Aug 30, 2024
Dectect reading class constants in PHPDoc
#2436 opened Jun 5, 2023 by rvanvelzen Loading… updated Dec 5, 2024
Catch implicit conversions in mod operator
#2466 opened Jun 17, 2023 by ryium Loading… updated Dec 5, 2024
InvalidKeyInArray: report float deprecation since PHP 8.1
#3220 opened Jul 10, 2024 by janedbal Loading… updated Dec 5, 2024
Report maybe division by zero in InvalidBinaryOperationRule
#3419 opened Sep 8, 2024 by staabm Loading… updated Dec 5, 2024
Fix crash on MethodCallableNode on do while
#3752 opened Dec 22, 2024 by samsonasik Loading… updated Jul 30, 2025
Skip function-like and anonymous class nodes when checking if a function or method is a generator
#3794 opened Jan 23, 2025 by sebkehr Loading… updated Jul 30, 2025
Add --only-remove-errors analyse command option
#3847 opened Mar 2, 2025 by N-Silbernagel Loading… updated Jul 30, 2025
Fix inconsistent analysis on case-insensitive filesystems
#3988 opened May 12, 2025 by staabm Loading… updated Jul 30, 2025
Validate checkedExceptionClasses config
#3987 opened May 12, 2025 by janedbal Loading… updated Aug 30, 2025
Fix incorrect type inference for @phpstan-assert-if-true on $this with union types
#4246 opened Aug 17, 2025 by yt-catpaw Loading… updated Sep 4, 2025
Add --stop-on-failure option to halt analysis on first error
#4287 opened Sep 5, 2025 by idsulik Loading… updated Sep 5, 2025
[FIX] dynamic variable undefined inside
isset
#4213 opened Aug 7, 2025 by ga-devfront Loading… updated Sep 11, 2025
Previous Next
ProTip! Exclude everything labeled
bug
with -label:bug.