1
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed defining variables in switch with early terminating case More... about 8 years ago
ShouldNotHappenException has a message More... about 8 years ago
README - framework-specific extensions More... about 8 years ago
README - autoloading options More... about 8 years ago
README - updated performed checks More... about 8 years ago
README - incremental adoption More... about 8 years ago
Known issue - global installation More... about 8 years ago
Known issue - memory limit More... about 8 years ago
Support PHPStan on Patreon! More... about 8 years ago
CallToNonExistentFunctionRule - ignore Apache functions More... about 8 years ago
Class reflection extension for missing properties in native PHP reflection More... about 8 years ago
MixedType is nullable by default More... about 8 years ago
NodeScopeResolver - another test rewritten using Type::describe() More... about 8 years ago
Typos
Josef Kříž
More... about 8 years ago
IntegerType: float after combineWith integer More... about 8 years ago
FloatType: fix combineWith integer More... about 8 years ago
Fixed mixing variable types in some switch cases More... about 8 years ago
Do not intersect defined variables with the finally block, try and catches are enough More... about 8 years ago
Specifying expression type using get_class() in switch condition More... about 8 years ago
Fixed strtok() call check More... about 8 years ago
There are multiple weird functions with different parameter variants in PHP besides implode() More... about 8 years ago
Added ignored error message for build with PHP-Parser 2.x More... about 8 years ago
TypesAssignedToPropertiesRule reports declaring class name, not the type the property was accessed via More... about 8 years ago
Checking class existence even on union types More... about 8 years ago
Fixed strict comparison for static resolvable types More... about 8 years ago
$this is special type ThisType so @return $this check can be more advanced More... about 8 years ago
StaticType::getClass() returns base class so checks can be performed on it More... about 8 years ago
Does @return static accepts new static()? More... about 8 years ago
Better type for new static() More... about 8 years ago
Improved @return $this detection More... about 8 years ago