We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67148 commit b9ba93dCopy full SHA for b9ba93d
2 files changed
config/VERSION
@@ -1 +1 @@
1
-v5.1.0
+v5.1.1
src/Enum/PhpcsStandardEnum.php
@@ -14,8 +14,8 @@
14
*/
15
final class PhpcsStandardEnum extends Enum {
16
17
- public const ACQUIA_PHP_MINIMAL = 'AcquiaPHPMinimal ';
18
- public const ACQUIA_PHP_STRICT = 'AcquiaPHPStrict ';
+ public const ACQUIA_PHP_MINIMAL = 'AcquiaPHPMinimal';
+ public const ACQUIA_PHP_STRICT = 'AcquiaPHPStrict';
19
20
public const ACQUIA_DRUPAL_STRICT = 'AcquiaDrupalStrict';
21
0 commit comments