Jelajahi Sumber

post code quality fix

Olivier Massot 2 tahun lalu
induk
melakukan
4a5adf9a63
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
 }