Browse Source

post code quality fix

Olivier Massot 2 years ago
parent
commit
4a5adf9a63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Service/Constraint/TimeConstraintInterface.php

+ 1 - 1
src/Service/Constraint/TimeConstraintInterface.php

@@ -4,5 +4,5 @@ namespace App\Service\Constraint;
 
 interface TimeConstraintInterface
 {
-    public function invoke(int $accessId);
+    public function invoke(int $accessId): array;
 }