summaryrefslogtreecommitdiff
path: root/src/sections/5_view_data.php
blob: e38fb9004e001747f73d685320daf0b8ac3637ea (plain)
1
2
3
4
5
6
7
8
9
<?php
// src/sections/5_view_data.php
//
// -- SECTION 5: Traiter et afficher les données --

function viewData(): array
{
    return [0, null]; // menu principal
}