Verified Commit 8bcc7271 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Orchestrator) - fixing phpcs

fixing phpcs
Showing with 1 addition and 1 deletion
+1 -1
...@@ -570,7 +570,7 @@ class Reminder implements EndpointInterface ...@@ -570,7 +570,7 @@ class Reminder implements EndpointInterface
private function retrieveDateFromSupannResourceState (array $supannEtatDate, string $resource) private function retrieveDateFromSupannResourceState (array $supannEtatDate, string $resource)
{ {
$dateString = NULL; $dateString = NULL;
$matchFound = null; // Variable to store the match if found $matchFound = NULL; // Variable to store the match if found
// Create a regex pattern to match the exact resource at the beginning, followed by ":" or ":::". // Create a regex pattern to match the exact resource at the beginning, followed by ":" or ":::".
$pattern = '/^' . preg_quote($resource, '/') . '(:|:::)?.*/'; $pattern = '/^' . preg_quote($resource, '/') . '(:|:::)?.*/';
......
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