Skip to content

Pull requests: sirbrillig/phpcs-variable-analysis

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix function call detection to exclude non-function tokens
#279 by sirbrillig was merged Sep 8, 2022 Loading… updated Sep 8, 2022
Add "static analysis" Composer keyword
#278 by GaryJones was merged Sep 6, 2022 Loading… updated Sep 6, 2022
Place static arrow function body outside of scope on static declaration check (#275)
#276 by arkener was merged Aug 16, 2022 Loading… updated Aug 16, 2022
Fix scanning for static variables near start of file
#274 by sirbrillig was merged Aug 15, 2022 Loading… updated Aug 15, 2022
Ignore function call arguments on static declarations processing (#272)
#273 by arkener was merged Aug 15, 2022 Loading… updated Aug 15, 2022
Ignore unused parameters when function in abstract class is empty
#270 by sirbrillig was merged Aug 13, 2022 Loading… updated Aug 13, 2022
Remove php_errormsg from superglobals list
#269 by sirbrillig was merged Aug 13, 2022 Loading… updated Aug 13, 2022
Handle inline if list destructure
#268 by sirbrillig was merged Aug 13, 2022 Loading… updated Aug 13, 2022
Improve static declaration checks
#267 by sirbrillig was merged Aug 12, 2022 Loading… updated Aug 12, 2022
2
Support constructor promotion
#266 by sirbrillig was merged Aug 10, 2022 Loading… updated Aug 10, 2022
Allow for loop increment expression to use variable defined inside loop
#262 by sirbrillig was merged Aug 10, 2022 Loading… updated Aug 10, 2022
Refactor to move scope management to ScopeManager class
#265 by sirbrillig was merged Jul 25, 2022 Loading… updated Jul 25, 2022
Add psalm static analysis
#264 by sirbrillig was merged Jul 25, 2022 Loading… updated Jul 25, 2022
PHPCS: switch to phpcsdevcs
#259 by jrfnl was merged Jun 13, 2022 Loading… updated Jun 13, 2022
Tests: declare error codes as constants in the BaseTestCase
#260 by jrfnl was merged Jun 13, 2022 Loading… updated Jun 13, 2022
CS: class/function braces on new line
#258 by jrfnl was merged Jun 10, 2022 Loading… updated Jun 10, 2022
CS/QA: various small tweaks
#256 by jrfnl was merged Jun 7, 2022 Loading… updated Jun 7, 2022
CS/QA: align different data in @param tags
#257 by jrfnl was merged Jun 7, 2022 Loading… updated Jun 7, 2022
CS/QA: use camelCase variable names
#255 by jrfnl was merged Jun 7, 2022 Loading… updated Jun 7, 2022
PHPCS: enforce tab indentation
#254 by jrfnl was merged Jun 6, 2022 Loading… updated Jun 6, 2022
CI/QA: Switch to GitHub Actions and start using Coveralls
#252 by jrfnl was merged Jun 1, 2022 Loading… updated Jun 1, 2022
PHPStan: update to run against current version
#246 by jrfnl was merged May 26, 2022 Loading… updated May 27, 2022
Ruleset: various minor improvements
#244 by jrfnl was merged May 26, 2022 Loading… updated May 26, 2022
Minor spacing fix to satisfy the linter
#251 by sirbrillig was merged May 26, 2022 Loading… updated May 26, 2022
Composer/Tests: remove Limedeck printer
#249 by jrfnl was merged May 26, 2022 Loading… updated May 26, 2022
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.