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

ServeurDeTest
Noé GARNIER 2 years ago
parent e1a60b6e7e
commit eeed8f45fa

@ -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+1 . "</th>"; echo '<th scope="row"> ' . (int)$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