test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent eeed8f45fa
commit d8d646f711

@ -32,7 +32,7 @@
$i = 0;
for ($i; $i < $playerNumberPerGame; $i++) {
echo "<tr>";
echo '<th scope="row"> ' . (int)$i+1 . '</th>';
echo '<th scope="row"> ' . $i . '</th>';
echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>";
echo "<td>" . $lesInfos[1][$i] . "</td>";
echo "<td>" . $lesInfos[2][$i] . "</td>";

Loading…
Cancel
Save