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
Updated PHP-Parser to 3.0.0 - preparation for PHP 7.1 More... about 8 years ago
Updated README More... about 8 years ago
Checking the types of operands of strict comparison operators More... about 8 years ago
Moved UselessCastRule to level 4 More... about 8 years ago
Do not require level option with custom ruleset More... about 8 years ago
Division and other binary operations with floats result in mixed if either operand is mixed More... about 8 years ago
Fixed weird issue with defineVariablesWithoutDefaultBranch set to true More... about 8 years ago
Fixed and improved detecting specified types in complex conditions More... about 8 years ago
Fixed type of array_reduce result More... about 8 years ago
CallableType accepts an array that is possible a callable More... about 8 years ago
Nullable types can be cast to the same type More... about 8 years ago
Registry - find rules also by node class parents More... about 8 years ago
Rule for finding useless casts More... about 8 years ago
Specifying types using expressions in assert() More... about 8 years ago
Specifying types of expressions using is_* functions More... about 8 years ago
specifyObjectType is now more versatile More... about 8 years ago
CallableType accepts obects of type Closure More... about 8 years ago
Closure return type is nullable when the typehint is not present More... about 8 years ago
Specifying return types of several array functions which depend on argument types More... about 8 years ago
Support for Closure::call() More... about 8 years ago
Removed unused exception (since 017676d) More... about 8 years ago
Removed dependency on gettext More... about 8 years ago
Revert "Scope knows about uses" More... about 8 years ago
FileTypeMapper - resolve types without PhpParser\NodeVisitor\NameResolver More... about 8 years ago
Test group uses More... about 8 years ago
Scope knows about uses More... about 8 years ago
Fixed name resolving when skipping some syntax-unsuitable names like New More... about 8 years ago
Opened 0.3-dev More... about 8 years ago
Fixed a crashing issue when a different version of a class from the autoloaded one is analyzed More... about 8 years ago
Fixed checking implode() call with just one parameter $pieces More... about 8 years ago