[phpMyAdmin Git] [phpmyadmin/error-reporting-server] fc40eb: Auto fixes by php-cs-fixer

Michal Čihař michal at cihar.com
Sun May 7 17:49:24 CEST 2017


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

  Changed paths:
    A .php_cs
    M src/Console/Installer.php
    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
    M tests/Fixture/DevelopersFixture.php
    M tests/Fixture/IncidentsFixture.php
    M tests/Fixture/NotificationsFixture.php
    M tests/Fixture/ReportsFixture.php
    M tests/TestCase/AllTestsTest.php
    M tests/TestCase/Controller/IncidentsControllerTest.php
    M tests/TestCase/Controller/NotificationsControllerTest.php
    M tests/TestCase/Controller/ReportsControllerTest.php
    M tests/TestCase/Model/Table/IncidentsTableTest.php
    M tests/TestCase/Model/Table/NotificationsTableTest.php
    M tests/TestCase/Model/Table/ReportsTableTest.php

  Log Message:
  -----------
  Auto fixes by php-cs-fixer

* Add php-cs-fixer config
* https://github.com/FriendsOfPHP/PHP-CS-Fixer

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


  Commit: 0fcc16b7e22f7c5010b98785f0d7d240e9b42c85
      https://github.com/phpmyadmin/error-reporting-server/commit/0fcc16b7e22f7c5010b98785f0d7d240e9b42c85
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Add php_cs.cache in gitignore

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


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

  Changed paths:
    M .gitignore
    A .php_cs
    M src/Console/Installer.php
    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
    M tests/Fixture/DevelopersFixture.php
    M tests/Fixture/IncidentsFixture.php
    M tests/Fixture/NotificationsFixture.php
    M tests/Fixture/ReportsFixture.php
    M tests/TestCase/AllTestsTest.php
    M tests/TestCase/Controller/IncidentsControllerTest.php
    M tests/TestCase/Controller/NotificationsControllerTest.php
    M tests/TestCase/Controller/ReportsControllerTest.php
    M tests/TestCase/Model/Table/IncidentsTableTest.php
    M tests/TestCase/Model/Table/NotificationsTableTest.php
    M tests/TestCase/Model/Table/ReportsTableTest.php

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

Auto fixes by php-cs-fixer


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


More information about the Git mailing list