Releases: polderknowledge/coding-standards
Releases · polderknowledge/coding-standards
2.1.0
2.0.2
Added
- Nothing
Deprecated
- Nothing
Fixed
- The space after a cast is not needed.
Removed
- Nothing
Security
- Nothing
2.0.1
Added
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Removed
- The alignment of parameters is annoying for us and takes maintenance when we add new parameters. Therefor it's removed.
Security
- Nothing
2.0.0
Added
- Our coding standard is now based on the Doctrine coding standard.
- Added support for PHP 7.1, 7.2 and 7.3
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Removed support for PHP versions lower than 7.1
Security
- Nothing
1.1.4
Added
- Nothing
Deprecated
- Nothing
Fixed
- Made sure that we can break on the arrow operator.
- Made sure that the tests keep running on PHP versions older than 5.6
Removed
- Nothing
Security
- Nothing
1.1.3
Added
- Nothing
Deprecated
- Nothing
Fixed
- Added the $_SERVER variable to the list of valid variables.
Removed
- Nothing
Security
- Nothing
1.1.2
Added
- Nothing
Deprecated
- Nothing
Fixed
- The T_POW_EQUAL token does not exists on PHP version 5.5. Added a defined check to make sure that it's used only on newer versions.
Removed
- Nothing
Security
- Nothing
1.1.1
Added
- Nothing
Deprecated
- Nothing
Fixed
- Not all PHP versions support array constants.
Removed
- Nothing
Security
- Nothing
1.1.0
Added
- Added a sniff that detects if names of variables are in the correct format.
- Added a sniff that detects if the correct spacing is used around assignments.
- Added a sniff that detects if the correct spacing is used around the double arrow.
- Added unit tests for the sniffs.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
1.0.0
Added
- Initial release with coding standards.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing