Skip to content

Releases: polderknowledge/coding-standards

2.1.0

29 Oct 16:03
Compare
Choose a tag to compare

Added

  • Added support for doctrine/coding-standard version 6.0.0

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

2.0.2

17 Jan 12:14
381fbae
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • The space after a cast is not needed.

Removed

  • Nothing

Security

  • Nothing

2.0.1

16 Jan 15:56
c088a6f
Compare
Choose a tag to compare

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

14 Jan 09:48
c5a8af1
Compare
Choose a tag to compare

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

28 Oct 13:21
Compare
Choose a tag to compare

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

28 Oct 13:21
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Added the $_SERVER variable to the list of valid variables.

Removed

  • Nothing

Security

  • Nothing

1.1.2

28 Oct 13:20
Compare
Choose a tag to compare

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

28 Oct 13:20
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Not all PHP versions support array constants.

Removed

  • Nothing

Security

  • Nothing

1.1.0

28 Oct 13:20
Compare
Choose a tag to compare

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

28 Oct 13:19
Compare
Choose a tag to compare

Added

  • Initial release with coding standards.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing