Quellcode durchsuchen

post code quality fix

Olivier Massot vor 2 Jahren
Ursprung
Commit
4984d60689
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
 }