diff --git a/package.xml b/package.xml index 492e3ae609..5b20c63825 100644 --- a/package.xml +++ b/package.xml @@ -949,6 +949,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + @@ -2035,7 +2038,6 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2012-07-12 BSD License - - Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines - Added Generic CamelCapsFunctionNameSniff to just check if function and method names use camel caps -- Does not allow underscore prefixes for private/protected methods -- Defaults to strict checking, where two uppercase characters can not be next to each other