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

ServeurDeTest
Noé GARNIER 2 years ago
parent d8d646f711
commit 1644ef598b

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

Loading…
Cancel
Save