[phpMyAdmin Git] [phpmyadmin/error-reporting-server] bb51e5: Move to more phpMyAdmin-like coding style

Michal Čihař michal at cihar.com
Sun May 7 09:53:47 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/error-reporting-server
  Commit: bb51e5cc07b62d8d6ce8602b9d4ad7ae33179663
      https://github.com/phpmyadmin/error-reporting-server/commit/bb51e5cc07b62d8d6ce8602b9d4ad7ae33179663
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/Controller/AppController.php
    M src/Controller/Component/GithubApiComponent.php
    M src/Controller/Component/OrderSearchComponent.php
    M src/Controller/DevelopersController.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/Model/AppModel.php
    M src/Model/Behavior/SummarizableBehavior.php
    M src/Model/Table/DevelopersTable.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/View/AppView.php
    M src/View/Helper/AppHelper.php
    M src/View/Helper/IncidentsHelper.php
    M src/View/Helper/ReportsHelper.php

  Log Message:
  -----------
  Move to more phpMyAdmin-like coding style

* Move away from tab indentation to 4-spaces indentation
* Continue to move towards more phpMyAdmin-like coding style
* Continue moving Shells to phpMyAdmin-like coding style
* Continue moving Views to phpMyAdmin-like coding style

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 46bda92487057f92853a0e995245ddf409d95208
      https://github.com/phpmyadmin/error-reporting-server/commit/46bda92487057f92853a0e995245ddf409d95208
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M src/Controller/AppController.php
    M src/Controller/Component/GithubApiComponent.php
    M src/Controller/Component/OrderSearchComponent.php
    M src/Controller/DevelopersController.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/Model/AppModel.php
    M src/Model/Behavior/SummarizableBehavior.php
    M src/Model/Table/DevelopersTable.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/View/AppView.php
    M src/View/Helper/AppHelper.php
    M src/View/Helper/IncidentsHelper.php
    M src/View/Helper/ReportsHelper.php

  Log Message:
  -----------
  Merge pull request #131 from devenbansod/fix_indentations

Move to more phpMyAdmin-like coding style


Compare: https://github.com/phpmyadmin/error-reporting-server/compare/ec4169f14ddc...46bda9248705


More information about the Git mailing list