Skip to content

Releases: deprecated-packages/CodingStandard

Released version 4.0

01 Nov 13:38
Compare
Choose a tag to compare
  • bump to PHP 7
  • drop Sniffs allowed by php-cs-fixers (use that instead)

Released version 3.3.2

27 Oct 20:33
Compare
Choose a tag to compare

Bug fixes

  • Squiz sniffs converted to own, properly working

Released version 3.3.1

26 Oct 11:07
Compare
Choose a tag to compare

New Features

Released version 3.3

08 Oct 12:44
Compare
Choose a tag to compare

Released version 3.2

25 Sep 17:05
Compare
Choose a tag to compare

New Features

Changes

  • bump to PHP 5.6

Full diff: v3.1.1...v3.2.0

Released version 3.1.1

15 Jun 14:03
Compare
Choose a tag to compare

New Features

Changes

  • bump to PHP 5.5

Full diff: v3.1.0...v3.1.1

Released version 3.1

21 Feb 14:06
Compare
Choose a tag to compare

New features

Changes

Full diff to 3.0.9 (last release info): v3.0.9...v3.1.0

Release version 3.0.9

25 Dec 17:18
Compare
Choose a tag to compare

Bugfixes

  • NamespaceDeclarationSniff - 9115ab3 fixed use case:
<?php

namespace Foo;

class Bar
{

    use Baz;

}

Release version 3.0.8

24 Dec 05:27
Compare
Choose a tag to compare
  • min version back to PHP 5.4
  • 98b2121 tests improved, less detailed and sniff-specific
  • tests now use CodeSnifferRunner, without CLI
  • 7c3d5e4 OneClassPerFile replaces the one that allowed exceptions

Bugfixes

  • 2e27379 UseInAlphabeticalOrder was broke if trait and function "use" were present in the code