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
Initial support for rule levels More... about 8 years ago
Updated README More... about 8 years ago
Composer - branch alias More... about 8 years ago
FileTypeMapper - additional in-memory cache to prevent frequent disk access More... about 8 years ago
AccessStaticPropertiesRule - fix class name as a variable More... about 8 years ago
Fixing PHP bug #71416 More... about 8 years ago
Fixed parent:: in an anonymous class More... about 8 years ago
Check if a property can be accessed or a method called on a type More... over 8 years ago
Array item type is modified with Type::combineWith() every time the array gets appended More... over 8 years ago
Appended array item types are not checked when the item type is inferred from a literal array More... over 8 years ago
Check types of values appended to arrays More... over 8 years ago
Scope - removed unnecessary public method More... over 8 years ago
Closure::bind - remap $this only inside the closure More... over 8 years ago
Closure::bind - specify and work with scope class (third argument) More... over 8 years ago
Closure::bind - undefined $this in case of an unbound closure More... over 8 years ago
Improved \Closure::bind support More... over 8 years ago
TypesAssignedToPropertiesRule - test nonexistent property More... over 8 years ago
Type of spaceship <=> operator is detected as an integer More... over 8 years ago
Refactored resolving Type from anonymous function native parameter typehint More... over 8 years ago
Check return types from anonymous functions More... over 8 years ago
Extracted logic from ReturnTypeRule to a separate class to be reusable More... over 8 years ago
Fixed handling StaticType when calling parent::method() More... over 8 years ago
Check types of values assigned to properties More... over 8 years ago
Detect type of fetched static properties More... over 8 years ago
Refactored resolving self/static/parent in a static call to a separate public method More... over 8 years ago
Detect variadic parameters correctly as arrays More... over 8 years ago
ClassReflection - stop on first accessible property from current scope More... over 8 years ago
Universal object crates - real properties are preferred More... over 8 years ago
Return type rule supports void return typehint More... over 8 years ago
Fix weird PHPUnit issue More... over 8 years ago