Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 459 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 459 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.0.0 - 2019-03-14

Initial release. Incorporates rules for:

  • PSR-2
  • disallow long array syntax
  • space after not operator
  • whitespace around operators
  • disallow superfluous whitespace

and enables color reporting by default.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.