1.2.3 (2022-06-17)
Fixed bugs:
- PropertyDeclarationSniff bug? #108
Merged pull requests:
- Improve the way to retrieve the properties name #154 (villfa)
- Sniff to limit the use of new in constructor #153 (kevin-schmitt)
1.2.2 (2021-12-27)
Closed issues:
- What issue choice for contribution? #151
- Available for php8 #149
- Thinks it is returning null when filtering out nulls in Laravel collection #130
Merged pull requests:
- Thinks it is returning null when filtering out nulls in Laravel collection #152 (kevin-schmitt)
- Test with PHP-8.1 #150 (villfa)
1.2.1 (2021-02-13)
Fixed bugs:
- Undefined array index when a function is after a class #147
Merged pull requests:
- Fix undefined array index #148 (villfa)
- Require CI tools only in dev mode #146 (villfa)
- Cache Composer artifacts #145 (villfa)
- Use composer-bin-plugin #144 (villfa)
- Move from Travis to GH-Actions #143 (villfa)
1.2.0 (2020-10-29)
Closed issues:
- composer.json is not strictly valid #136
- Typo
ternery
should beternary
#131 - Update
code\_sniffer
version up to ^3.* #127
Merged pull requests:
- Prepare changelog for 1.2.0 #142 (villfa)
- Add support for PHP 8 #141 (villfa)
- Enable Github actions #140 (villfa)
- Fix and normalize composer.json #139 (villfa)
- Create .gitattributes #138 (villfa)
- Use PHPUnit bridge #137 (villfa)
- Fix typo #135 (villfa)
- Update dependencies #134 (villfa)
- handleProtectedVariableToken needs 2 parameters #133 (szepeviktor)
- Update dependencies #129 (bmitch)
- Update version of phpcs up to ^3.0 #128 (brutto)
- update changelog #126 (bmitch)
1.1.1 (2017-11-01)
Closed issues:
- MixedReturnTypeSniff - Check for
comment\_opener
index before assuming it is there. #123
Merged pull requests:
- update changelog #125 (bmitch)
- Fixes #123 - MixedReturnTypeSniff - check for
comment\_opener
index … #124 (bmitch)
1.1.0 (2017-10-20)
Closed issues:
- Add a "downloads" badge #117
- Sniff to prevent
mixed
type hints and return types? #110 - Add instanceof to list of forbidden functions #106
- Add churn-php #104
- Add Sniff to check for the use of instance of function #102
Merged pull requests:
- Clean up code #122 (bmitch)
- Add mixed return sniff #120 (fentie)
- added download button #118 (d35k)
- Readme fix #115 (bmitch)
- readme update #113 (bmitch)
- Updated changelog #109 (bmitch)
- Fixes #106 - prevent instance from being used within source code #107 (bmitch)
- Fixes #104 - Added churn-php #105 (bmitch)
- Update gitignore #103 (bmitch)
1.0.7 (2017-08-19)
Merged pull requests:
1.0.6 (2017-08-01)
Closed issues:
- Sniff to warn when extending a class. #90
Merged pull requests:
1.0.5 (2017-07-30)
Closed issues:
- Fix final class sniff #92
- Final classes - ensure no protected methods or members #89
- Add https://github.com/Roave/SecurityAdvisories #67
Merged pull requests:
1.0.4 (2017-06-01)
Fixed bugs:
- ConstructorLoopSniff breaks on interfaces with constructors #86
Merged pull requests:
1.0.3 (2017-06-01)
Closed issues:
- Sniff to prevent undeclared member variables. #84
- Sniff to look for conditionals or loops within a constructor. #71
Merged pull requests:
1.0.2 (2017-04-10)
Closed issues:
- Codor.Syntax.LinesAfterMethod breaks on interfaces #80
- Fix namespaces #77
- Sniff to restrict number of lines between end of function and next function. #76
Merged pull requests:
- Fixes #80 #81 (bmitch)
- Fixes #76 #79 (bmitch)
- Fixes #77 #78 (bmitch)
- Standardizing folder structure #72 (bmitch)
1.0.1 (2017-04-01)
Closed issues:
- [PHP7] Null Coalesce Operator check #63
Merged pull requests:
1.0.0 (2017-04-01)
Closed issues:
Merged pull requests:
0.0.11 (2017-03-28)
Closed issues:
- Add info on how to supress for sections of code in README #43
- Sniff for method flag parameters #28
- Sniff for when constructor has too many interfaces passed in. #27
Merged pull requests:
0.0.10 (2017-03-27)
Implemented enhancements:
- Remove any levels of indentation > 1 #40
Closed issues:
- Fix breaking build #60
- Functions containing forbidden words fail when it is part of a whole word #58
- Fix tab indention on test cases to spaces #46
Merged pull requests:
- Loosening the belt here, fixes #60 #61 (bmitch)
- 🐛 Fix parsing disallowed words in function names #59 (darcyrush)
- Fixes #46 #57 (bmitch)
0.0.9 (2016-12-30)
Merged pull requests:
- 🎨 Refactor to remove codingStandardsIgnore annotation #56 (winkbrace)
- Updated changelog #55 (bmitch)
0.0.8 (2016-12-29)
Merged pull requests:
0.0.7 (2016-12-29)
Merged pull requests:
- 🎨 Clean up and refactor to remove @codingStandardsIgnore annotation #52 (winkbrace)
- Updated changelog #51 (bmitch)
0.0.6 (2016-12-28)
Implemented enhancements:
- ignore try-catch block as indentation #45
Fixed bugs:
- Doesn't work with Atom Linter-PHPCS? #44
Closed issues:
- Sniff for nested if statements. #38
Merged pull requests:
0.0.5 (2016-12-11)
Closed issues:
- Sniff for only 1 level of indentation. #23
Merged pull requests:
0.0.4 (2016-12-10)
Closed issues:
- Make rules configurable? #26
Merged pull requests:
0.0.3 (2016-12-10)
Closed issues:
- Tests to test returned error message #17
Merged pull requests:
0.0.2 (2016-12-09)
Closed issues:
- Sniff for functions with "or" or "and" in the name. #33
Merged pull requests:
0.0.1 (2016-12-06)
Closed issues:
- Class length sniff #22
- Parameter length sniff not picking up interfaces. #19
- Sniffer to prevent returning null #15
- Changes to CodeSniffRunner #14
- Run the package against itself #13
- Sniff to limit number of parameters #10
- Add Travis-CI build #1
Merged pull requests:
- Remove redundant code #32 (bmitch)
- Test function with no return value #31 (bmitch)
- Fixes #22 #30 (bmitch)
- Fixes #13 #21 (bmitch)
- Fixes #19 #20 (bmitch)
- Fixes #15 #18 (bmitch)
- Fixes #14 #16 (bmitch)
- Fixes #10 #12 (bmitch)
- Sniff the sniffs #11 (bmitch)
- update readme #9 (bmitch)
- Added Function Length Sniff #8 (bmitch)
- Add badges #7 (bmitch)
- Added code coverage #6 (bmitch)
- Added security checker #5 (bmitch)
- Added PHPLOC and PHP CPD #4 (bmitch)
- Added PHPMD #3 (bmitch)
- Fixes #1 #2 (bmitch)
* This Changelog was automatically generated by github_changelog_generator