phcbf autofixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 12:38:27 +00:00
parent 139db356e6
commit c9a20e38c0

View File

@ -28,5 +28,5 @@ abstract class PermissionState extends Enum
{
public const PRODUCTION = 1;
public const PROCESS = 2;
public const PROCESS = 2;
}