Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Releases: WebDevStudios/php-coding-standards

1.3.0

16 Nov 21:59

Choose a tag to compare

This release allows shorthand Array syntax [] (which we prefer) and discourages (warning) longhand form syntax array()—towards omitting it outright in the future

1.2.1

16 Oct 20:49

Choose a tag to compare

  • We've removed squizlabs/php_codesniffer package and will follow what comes downstream from wp-coding-standards/wpcs

  • Note, does not allow shorthand [] Array syntax, please update to ~1.3.0 if you want shorthand syntax

1.2.0

16 Oct 20:36

Choose a tag to compare

  • Updated squizlabs/php_codesniffer to ~3.5.0 to add support for php:^7.4

1.1.0

17 Jul 19:35

Choose a tag to compare

1.0.0

14 Feb 16:14
8ae496d

Choose a tag to compare

First official release of stable PHP coding standards for WebDevStudios