Explorar el Código

post code quality fix

Olivier Massot hace 2 años
padre
commit
4a5adf9a63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }