Minor: Display: Add comments

pull/5037/head
Yannick Warnier 2 years ago
parent d6887f2b7f
commit 619fe93315
  1. 4
      src/CoreBundle/Component/Utils/StateIcon.php

@ -18,9 +18,9 @@ enum StateIcon: string
case CLOSED_VISIBILITY = 'eye-off-outline';
// Hidden
case HIDDEN_VISIBILITY = 'eye-closed';
// Active
// Active / Visible
case ACTIVE = 'toggle-switch';
// Inactive
// Inactive / Invisible
case INACTIVE = 'toggle-switch-off';
// Expired
case EXPIRED = 'timer-alert-outline';

Loading…
Cancel
Save