-
Notifications
You must be signed in to change notification settings - Fork 575
Pull requests: phpstan/phpstan-src
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Prevent nested foreach unrolling to fix exponential blowup
#5732
opened May 22, 2026 by
phpstan-bot
Collaborator
Loading…
4 tasks done
Allow reinitialization of a readonly property in __clone since PHP8.3
#5731
opened May 22, 2026 by
grizzm0
Loading…
Suppress
property.nonObject and method.nonObject errors when property_exists()/method_exists() guard is present
#5729
opened May 21, 2026 by
phpstan-bot
Collaborator
Loading…
Post issue-bot PR comment from a workflow_run workflow
#5728
opened May 21, 2026 by
ondrejmirtes
Member
Loading…
4 tasks
Implement
getNamedArgumentsVariants() on UnionTypeMethodReflection and IntersectionTypeMethodReflection to combine parameters by name
#5727
opened May 21, 2026 by
phpstan-bot
Collaborator
Loading…
Process reordered named arguments in call-site order in
processArgs
#5725
opened May 20, 2026 by
phpstan-bot
Collaborator
Loading…
Do not create conditional expression when holder and guard have the same type and guard overlaps with other branch
#5724
opened May 20, 2026 by
phpstan-bot
Collaborator
Loading…
Add array assertions about unsealed arrays
#5722
opened May 20, 2026 by
VincentLanglet
Contributor
Loading…
Decompose union offset types in
ConstantArrayType::flipArray() and fillKeysArray() to preserve per-key value precision
#5719
opened May 20, 2026 by
phpstan-bot
Collaborator
Loading…
Resolve per-element callback return types in array_map for closure and arrow function callbacks
#5716
opened May 19, 2026 by
phpstan-bot
Collaborator
Loading…
5 tasks done
Add
ExprUsedAsStringNode virtual node emitted when expressions are used as strings
#5712
opened May 19, 2026 by
phpstan-bot
Collaborator
Loading…
Always resolve
__DIR__ and __FILE__ to constant strings instead of generalizing them
#5711
opened May 19, 2026 by
phpstan-bot
Collaborator
Loading…
Accept bidirectionally equivalent types in invariant template variance check
#5709
opened May 19, 2026 by
phpstan-bot
Collaborator
Loading…
Intersect cached
count()/strlen() expression types with current argument type constraints
#5702
opened May 18, 2026 by
phpstan-bot
Collaborator
Loading…
Introduce
ClosureType::isStaticClosure()
#5699
opened May 18, 2026 by
phpstan-bot
Collaborator
Loading…
Fix narrowing to non-falsy-string when '' and '0' equality checks are in compound conditions
#5688
opened May 16, 2026 by
phpstan-bot
Collaborator
Loading…
4 tasks done
Fix while/for loop exit scope for conditions with pre/post increment/decrement
#5687
opened May 16, 2026 by
phpstan-bot
Collaborator
Loading…
7 tasks done
Narrow array dim fetch types after isset+type guard in BooleanAnd falsey context
#5686
opened May 16, 2026 by
phpstan-bot
Collaborator
Loading…
4 tasks done
Include
null in return type of Closure::bindTo() and Closure::bind() dynamic return type extensions
#5675
opened May 16, 2026 by
phpstan-bot
Collaborator
Loading…
Lock Composer autoload around phar:// reads in forked workers
#5670
opened May 15, 2026 by
ondrejmirtes
Member
Loading…
Make fork-mode parallel workers work when PHPStan runs from a .phar
#5669
opened May 15, 2026 by
ondrejmirtes
Member
Loading…
Invalidate maybe-impure function return values after impure method/static calls
#5667
opened May 14, 2026 by
phpstan-bot
Collaborator
Loading…
4 tasks done
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.