1
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump PHPUnit version More... over 8 years ago
Unified deciding type based on reflection and phpDoc More... over 8 years ago
Support for void type More... over 8 years ago
FileTypeMapper - bump cache version because of change in StaticType and bugfixes More... over 8 years ago
Support for self in return typehint overriden by static in phpDoc More... over 8 years ago
Fixed call to a static method marked with return type static More... over 8 years ago
Support for getting types from static calls More... over 8 years ago
Fixed StaticType::accepts() for mixed More... over 8 years ago
Checking return types from class methods More... over 8 years ago
Fixed resolving self[] in parameter and return phpDoc typehints More... over 8 years ago
Parameters and return types of arrays typehinted in both PHP and phpDoc are now resolved correctly More... over 8 years ago
Check arrays in FunctionDefinitionCheck too More... over 8 years ago
Check parameter types for functions and methods with own reflection instead of native one More... over 8 years ago
Removed dead code More... over 8 years ago
Checking array type of properties More... over 8 years ago
Special object for nested array item type result More... over 8 years ago
Fixed getCombinedType for indexed arrays More... over 8 years ago
ArrayType knows its item type; used in foreach and dimfetches More... over 8 years ago
JustNullableTypeTrait - little bit more DRY More... over 8 years ago
Fixed name-resolving bug when an annotation contains "new" keyword More... over 8 years ago
Do not show progress bar in case of early errors More... over 8 years ago
Introducing ParameterReflection::isPassedByReference() More... over 8 years ago
Support for /* @var More... over 8 years ago
Updated coding standard dependencies, fixed anonymous class indentation after bugfix in CodeSniffer More... over 8 years ago
Rules are now registered via a tag so users can register their own rules More... over 8 years ago
Registry: fix phpdoc More... over 8 years ago
Support for bootstrap file More... over 8 years ago
Fixed accessing parent properties through static:: More... over 8 years ago
Support for instanceof in cases of switch(true) More... over 8 years ago
Fixed variable scope type in else-branch of instanceof if More... over 8 years ago