Browse Source

post code quality fix

Olivier Massot 2 năm trước cách đây
mục cha
commit
4a5adf9a63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }