Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: b9262810c52169eb27d4d438a79e0e3f317d56cc https://github.com/phpmyadmin/error-reporting-server/commit/b9262810c52169eb... Author: William Desportes williamdes@wdes.fr Date: 2021-04-19 (Mon, 04 April 2021) +02:00
Changed paths: M composer.json M config/bootstrap.php M phpcs.xml.dist M src/Application.php M src/Controller/AppController.php M src/Controller/Component/GithubApiComponent.php M src/Controller/Component/MailerComponent.php M src/Controller/Component/OrderSearchComponent.php M src/Controller/DevelopersController.php M src/Controller/EventsController.php M src/Controller/GithubController.php M src/Controller/IncidentsController.php M src/Controller/NotificationsController.php M src/Controller/PagesController.php M src/Controller/ReportsController.php M src/Controller/StatsController.php M src/Mailer/Transport/TestTransport.php M src/Model/Table/IncidentsTable.php M src/Model/Table/NotificationsTable.php M src/Model/Table/ReportsTable.php M src/Shell/CleanOldNotifsShell.php M src/Shell/ConsoleShell.php M src/Shell/StatsShell.php M src/Shell/SyncGithubIssueStatesShell.php M src/View/Helper/IncidentsHelper.php M src/View/Helper/ReportsHelper.php M templates/Error/error400.php M templates/Error/error500.php M templates/Reports/index.php M templates/Stats/stats.php M templates/element/flash/default.php M templates/layout/default.php M templates/layout/error.php M tests/TestCase/Controller/DevelopersControllerTest.php M tests/TestCase/Controller/EventsControllerTest.php M tests/TestCase/Controller/GithubControllerTest.php M tests/TestCase/Controller/IncidentsControllerTest.php M tests/TestCase/Controller/NotificationsControllerTest.php M tests/TestCase/Controller/ReportsControllerTest.php M tests/TestCase/Model/Table/DevelopersTableTest.php M tests/TestCase/Model/Table/IncidentsTableTest.php M tests/TestCase/Model/Table/NotificationsTableTest.php M tests/TestCase/Model/Table/ReportsTableTest.php M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php M webroot/index.php
Log Message: ----------- Apply coding standard v3 Signed-off-by: William Desportes williamdes@wdes.fr