Browse Source

post code quality fix

Olivier Massot 2 năm trước cách đây
mục cha
commit
4984d60689
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Service/Constraint/TimeConstraintInterface.php

+ 4 - 0
src/Service/Constraint/TimeConstraintInterface.php

@@ -4,5 +4,9 @@ namespace App\Service\Constraint;
 
 interface TimeConstraintInterface
 {
+    /**
+     * @param int $accessId
+     * @return array<string, array<string, list<int>>>
+     */
     public function invoke(int $accessId): array;
 }