Quellcode durchsuchen

post code quality fix

Olivier Massot vor 2 Jahren
Ursprung
Commit
4a5adf9a63
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
 }