mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -9,7 +9,8 @@ namespace Combodo\iTop\Core\Trigger\Enum;
|
||||
* @package Combodo\iTop\Core\Trigger\Enum
|
||||
* @since 3.2.0
|
||||
*/
|
||||
enum SubscriptionPolicy: string {
|
||||
enum SubscriptionPolicy: string
|
||||
{
|
||||
case AllowNoChannel = "allow_no_channel";
|
||||
case ForceAtLeastOneChannel = "force_at_least_one_channel";
|
||||
case ForceAllChannels = "force_all_channels";
|
||||
|
||||
Reference in New Issue
Block a user