-
Notifications
You must be signed in to change notification settings - Fork 554
Pull requests: phpstan/phpstan-src
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix phpstan/phpstan#11100: Possibly impure call to function array_map() in pure method - false positive
#5197
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#10345: Array inside object used in anonymous function assumed to be empty ("Empty array passed to foreach")
#5196
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#9733: PHPDoc types from overridden function are not included in trait typeinfo when aliased
#5195
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#12246: crash on first class callable as conditional do while
#5194
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#12665: should return array{a: string, b: int, c: int} but returns non-empty-array<'a'|'b'|'c', int|string>
#5193
opened Mar 10, 2026 by
phpstan-bot
Loading…
Narrow DOMDocument::createElement() return type for valid constant names
#5192
opened Mar 10, 2026 by
janedbal
Loading…
Fix phpstan/phpstan#11705: Value of a variable is forgotten in case where it ought to be known with certainty
#5191
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#4860: Error „should return static(Test) but returns Test“
#5190
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#8270: False positive on array item modification
#5189
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#14252: Enum case outside of enum should be reported
#5188
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#3128: array ignored in @param array|stdClass[] $foo
#5187
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#13563: Closure / Arrow functions type difference when an array is reset
#5186
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#6830: Variable inside loop might not be defined.
#5185
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#13023: function.alreadyNarrowedType and function.impossibleType after updates to 2.1.15
#5184
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix fatal error when
path has array value in ignoreErrors
#5183
opened Mar 10, 2026 by
janedbal
Loading…
Fix phpstan/phpstan#14250: trait.duplicateMethod is not reported
#5181
opened Mar 10, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#13637: Array might not have offset, if array is deep
#5177
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#12163: non-negative-int evaluated to int
#5176
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#2572: Optional templated args not provided cause unbound template errors
#5175
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#4296: BleedingEdge: Offset '1234' on array<string, Test>&nonEmpty in isset() does not exist.
#5174
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#4560: Unexpected array shape error
#5173
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#9444: return statement is missing
#5172
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#11619: Parameter #2 $callback of function uasort expects callable(Foo, Foo): int, 'strnatcasecmp' given.
#5171
opened Mar 9, 2026 by
phpstan-bot
Loading…
Fix phpstan/phpstan#7280:
array_reduce could infer the precise type of the $initial argument within the callable and in the return type
#5168
opened Mar 9, 2026 by
phpstan-bot
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.