Skip to content

Releases: ve-global/PhpSnifferRules

Updates Code Sniffer to 3.X for PHP 7 Support

03 Sep 11:44
c095a2c
Compare
Choose a tag to compare
2.0.0

Updates Code Sniffer to 3.X for PHP 7 Support

made the variable name sniffer stop complaining about superglobals.

20 May 13:59
Compare
Choose a tag to compare
Merge pull request #8 from ve-interactive/fix/variable-names

:shipit:

fixed type hinting for array of objects

18 May 10:31
Compare
Choose a tag to compare
Merge pull request #7 from ve-interactive/fix/array-of-objects

Created the fix to have the correct comment type and type hinting for…

added the option to have null types in docblocks

15 Dec 16:56
Compare
Choose a tag to compare
Merge pull request #3 from ElvenSpellmaker/fix/add-null-to-internal-list

Adds `null` to the internal list.

Abstract classes and Interface rules

20 Nov 15:34
Compare
Choose a tag to compare

Added rules to check for suffixes and prefixes in abstract classes and interface.
Updated the license to MIT