소스 검색

post code quality fix

Olivier Massot 2 년 전
부모
커밋
4984d60689
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }