Correction CI
continuous-integration/drone/push Build is passing Details

pull/18/head
DahmaneYanis 1 year ago
parent 88e547bfcb
commit c696eafa38

@ -39,7 +39,7 @@ class TacticModel {
* Return the nb last tactics created * Return the nb last tactics created
* *
* @param integer $nb * @param integer $nb
* @return TacticInfo[] * @return array<array<string,mixed>>
*/ */
public function getLast(int $nb) : ?array { public function getLast(int $nb) : ?array {
return $this->tactics->getLast($nb); return $this->tactics->getLast($nb);

Loading…
Cancel
Save