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
Helpful message if PHPStan crashes on low memory limit More... about 8 years ago
Introduce build directory More... about 8 years ago
Fixed check for calling a method on an unknown class More... about 8 years ago
Fixed check for accessing property on an unknown class More... about 8 years ago
Improved message More... about 8 years ago
Returned support for PHP-Parser 2.x More... about 8 years ago
Improved support for class aliases More... about 8 years ago
Removed tracy/tracy as a dependency More... about 8 years ago
Removed inherited ThrottledProgressBar because current dev version of Symfony made ProgressBar final More... about 8 years ago
Fixed check for calling a static method on an unknown class More... about 8 years ago
Fixed check for accessing static property on an unknown class More... about 8 years ago
Fixed assigning $$variable More... about 8 years ago
Add "--dev" flag to "composer require" command. More... about 8 years ago
Opened 0.5-dev More... about 8 years ago
Variable can be assigned inside an array dim fetch inside an isset More... about 8 years ago
Foreach iteratee expression can assign a new variable More... about 8 years ago
Turns out that variables can be assigned in echo and print statements too More... about 8 years ago
Arguments passed by reference can also define a new variable in a static method More... about 8 years ago
fixed README.md More... about 8 years ago
Read class method parameters from the node tree and not from reflection (prevents conflicts between class and trait) More... about 8 years ago
CallableType also accepts strings (references to functions) and arrays with two strings (static methods) More... about 8 years ago
Tests for new traits analysis More... about 8 years ago
Better file description for errors in used traits More... about 8 years ago
Analyze traits in context of each class thet uses them More... about 8 years ago
Skip analysing traits More... about 8 years ago
CS - regular functions are allowed More... about 8 years ago
Better message for misconfigured autoloader when an analyzed function is not found More... about 8 years ago
AnalyserIntegrationTest - DRYed running analyse() More... about 8 years ago
Support creating new variables from variadic parameters passed by reference More... about 8 years ago
PrintfParametersRule also checks calls to sscanf and fscanf More... about 8 years ago