Skip to content

Pull requests: phpstan/phpstan-src

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
phpstorm.meta.php support for dynamic return types
#2219 opened Feb 4, 2023 by DCoderLT Draft updated Aug 14, 2023
Detect not existing classes in @method annotations
#2251 opened Feb 22, 2023 by alfredbez Loading… updated Aug 14, 2023
Implement Type->looseCompare(type)
#2216 opened Feb 2, 2023 by staabm Draft 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 get_class() on HasMethodType
#2350 opened Apr 19, 2023 by staabm Loading… updated Jan 6, 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
3
2
Make int ranges generic
#2642 opened Sep 22, 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
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 lost type when assigning variable in method argument
#4293 opened Sep 7, 2025 by staabm Draft updated Sep 7, 2025
2
8
[FIX] dynamic variable undefined inside isset
#4213 opened Aug 7, 2025 by ga-devfront Loading… updated Sep 11, 2025
ProTip! Exclude everything labeled bug with -label:bug.