Skip to content

Releases: paqtcom/coding-standards

4.0.1

06 Feb 10:09
0a88e07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

31 Oct 10:58
88f833b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...4.0.0

3.0.0

03 Oct 09:07
7e4b534
Compare
Choose a tag to compare

Updated checkMissingIterableValueType rule to make use of identifiers. Since in phpstan 1.11.0 it throws a warning. You will get the following warning.

vendor/bin/phpstan analyse --memory-limit=2G
Note: Using configuration file /home/developer/projects/vrnapp/phpstan.neon.
⚠️  You're using a deprecated config option checkMissingIterableValueType ⚠️️

It's strongly recommended to remove it from your configuration file
and add the missing array typehints.

If you want to continue ignoring missing typehints from arrays,
add missingType.iterableValue error identifier to your ignoreErrors:

parameters:
        ignoreErrors:
                -
                        identifier: missingType.iterableValue

https://github.com/phpstan/phpstan/releases/tag/1.11.0

2.0.2

04 Nov 14:13
2dc9837
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

29 Sep 07:51
eedd193
Compare
Choose a tag to compare

Changelog for 2.0.1

  • Replace deprecated no_trailing_comma_in_list_call rule (#9)

2.0.0

29 Jul 06:56
369013f
Compare
Choose a tag to compare

Changelog for 2.0.0

  • Adopt the PSR12 standard (pull request #7)

1.0.0

07 Jul 07:58
2590e03
Compare
Choose a tag to compare

Changelog for 1.0.0

  • Coding standards rulesets setup with documentation (pull request #6)
  • PAQTMD-3 remove tooling to automatically update coding standard (pull request #4)
  • add GPL-3 license, set Leads as CODEOWNERS (pull request #3)
  • improve finding the composer root (pull request #1)