Skip to content

Latest commit

 

History

History
386 lines (233 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

386 lines (233 loc) · 18.3 KB

Changelog

Full Changelog

1.2.3 (2022-06-17)

Full Changelog

Fixed bugs:

  • PropertyDeclarationSniff bug? #108

Merged pull requests:

1.2.2 (2021-12-27)

Full Changelog

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:

1.2.1 (2021-02-13)

Full Changelog

Fixed bugs:

  • Undefined array index when a function is after a class #147

Merged pull requests:

1.2.0 (2020-10-29)

Full Changelog

Closed issues:

  • composer.json is not strictly valid #136
  • Typo ternery should be ternary #131
  • Update code\_sniffer version up to ^3.* #127

Merged pull requests:

1.1.1 (2017-11-01)

Full Changelog

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)

Full Changelog

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:

1.0.7 (2017-08-19)

Full Changelog

Merged pull requests:

1.0.6 (2017-08-01)

Full Changelog

Closed issues:

  • Sniff to warn when extending a class. #90

Merged pull requests:

1.0.5 (2017-07-30)

Full Changelog

Closed issues:

Merged pull requests:

1.0.4 (2017-06-01)

Full Changelog

Fixed bugs:

  • ConstructorLoopSniff breaks on interfaces with constructors #86

Merged pull requests:

1.0.3 (2017-06-01)

Full Changelog

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)

Full Changelog

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:

1.0.1 (2017-04-01)

Full Changelog

Closed issues:

  • [PHP7] Null Coalesce Operator check #63

Merged pull requests:

1.0.0 (2017-04-01)

Full Changelog

Closed issues:

  • Make a PHP7 version #68
  • Remote security checker until it is back working again. #65

Merged pull requests:

0.0.11 (2017-03-28)

Full Changelog

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)

Full Changelog

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:

0.0.9 (2016-12-30)

Full Changelog

Merged pull requests:

  • 🎨 Refactor to remove codingStandardsIgnore annotation #56 (winkbrace)
  • Updated changelog #55 (bmitch)

0.0.8 (2016-12-29)

Full Changelog

Merged pull requests:

0.0.7 (2016-12-29)

Full Changelog

Merged pull requests:

  • 🎨 Clean up and refactor to remove @codingStandardsIgnore annotation #52 (winkbrace)
  • Updated changelog #51 (bmitch)

0.0.6 (2016-12-28)

Full Changelog

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)

Full Changelog

Closed issues:

  • Sniff for only 1 level of indentation. #23

Merged pull requests:

0.0.4 (2016-12-10)

Full Changelog

Closed issues:

  • Make rules configurable? #26

Merged pull requests:

0.0.3 (2016-12-10)

Full Changelog

Closed issues:

  • Tests to test returned error message #17

Merged pull requests:

0.0.2 (2016-12-09)

Full Changelog

Closed issues:

  • Sniff for functions with "or" or "and" in the name. #33

Merged pull requests:

0.0.1 (2016-12-06)

Full Changelog

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:

* This Changelog was automatically generated by github_changelog_generator