瀏覽代碼

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;
 }