Skip to content

Commit b9ba93d

Browse files
authored
AcquiaPHPStrict issue fixed (#665)
* AcquiaPHPStrict issue fixed * release version updated
1 parent 8f67148 commit b9ba93d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.1.0
1+
v5.1.1

src/Enum/PhpcsStandardEnum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*/
1515
final class PhpcsStandardEnum extends Enum {
1616

17-
public const ACQUIA_PHP_MINIMAL = 'AcquiaPHPMinimal ';
18-
public const ACQUIA_PHP_STRICT = 'AcquiaPHPStrict ';
17+
public const ACQUIA_PHP_MINIMAL = 'AcquiaPHPMinimal';
18+
public const ACQUIA_PHP_STRICT = 'AcquiaPHPStrict';
1919

2020
public const ACQUIA_DRUPAL_STRICT = 'AcquiaDrupalStrict';
2121

0 commit comments

Comments
 (0)