Verified Commit 9e4aa924 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Reminder) - phpcs fixes

PHPCS fixes
Showing with 1 addition and 1 deletion
+1 -1
......@@ -190,7 +190,7 @@ class tasksNotifications extends simplePlugin
}
// Ensure 'None' is in the array
if (!in_array('None', $result, true)) {
if (!in_array('None', $result, TRUE)) {
array_unshift($result, 'None'); // Add 'None' at the beginning
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment