Skip to content
Snippets Groups Projects

chore(deps): update dependency symplify/easy-coding-standard to v11

Merged Pavel Břoušek requested to merge renovate/symplify-easy-coding-standard-11.x into main
13 files
+ 79
79
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -7,7 +7,10 @@ namespace PrivacyIDEA\PHPClient;
abstract class AuthenticationStatus
{
public const CHALLENGE = 'CHALLENGE';
public const ACCEPT = 'ACCEPT';
public const REJECT = 'REJECT';
public const NONE = 'NONE';
}
Loading