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'; case CLOSED_VISIBILITY = 'eye-off-outline';
// Hidden // Hidden
case HIDDEN_VISIBILITY = 'eye-closed'; case HIDDEN_VISIBILITY = 'eye-closed';
// Active // Active / Visible
case ACTIVE = 'toggle-switch'; case ACTIVE = 'toggle-switch';
// Inactive // Inactive / Invisible
case INACTIVE = 'toggle-switch-off'; case INACTIVE = 'toggle-switch-off';
// Expired // Expired
case EXPIRED = 'timer-alert-outline'; case EXPIRED = 'timer-alert-outline';

Loading…
Cancel
Save