Explorar o código

post code quality fix

Olivier Massot %!s(int64=2) %!d(string=hai) anos
pai
achega
4984d60689
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 }