Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add php-cs-fixer coding standards validation to Travis CI #14100

Merged
merged 93 commits into from
Jun 12, 2017

Commits on May 1, 2017

  1. php-cs-fixer: PSR2 rule.

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    b3db9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b6ba4 View commit details
    Browse the repository at this point in the history
  3. Travis setup refactoring.

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    ee994de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e124c48 View commit details
    Browse the repository at this point in the history
  5. Fix tests on hhvm-3.12

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    3134257 View commit details
    Browse the repository at this point in the history
  6. improve travis config

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    f03521f View commit details
    Browse the repository at this point in the history
  7. composer update

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    9b2354f View commit details
    Browse the repository at this point in the history
  8. revert composer update

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    12cb4f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b170fd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into php-cs-fixer

    # Conflicts:
    #	tests/framework/grid/ActionColumnTest.php
    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    e76e436 View commit details
    Browse the repository at this point in the history
  11. improve travis config

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    27671b7 View commit details
    Browse the repository at this point in the history
  12. Fix CS.

    rob006 committed May 1, 2017
    Configuration menu
    Copy the full SHA
    701da2a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    972b156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd5810 View commit details
    Browse the repository at this point in the history
  3. Add file header.

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    d47bb95 View commit details
    Browse the repository at this point in the history
  4. Force short array syntax.

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ea649b8 View commit details
    Browse the repository at this point in the history
  5. binary_operator_spaces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6b876ab View commit details
    Browse the repository at this point in the history
  6. Fix broken tests

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    cba2a16 View commit details
    Browse the repository at this point in the history
  7. cast_spaces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    8512d39 View commit details
    Browse the repository at this point in the history
  8. concat_space fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    83c6308 View commit details
    Browse the repository at this point in the history
  9. dir_constant fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    efd2257 View commit details
    Browse the repository at this point in the history
  10. ereg_to_preg fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    8a89653 View commit details
    Browse the repository at this point in the history
  11. function_typehint_space fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ddedd1a View commit details
    Browse the repository at this point in the history
  12. hash_to_slash_comment fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    77c80b5 View commit details
    Browse the repository at this point in the history
  13. is_null fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    3b214cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6306a6c View commit details
    Browse the repository at this point in the history
  15. lowercase_cast fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a685c67 View commit details
    Browse the repository at this point in the history
  16. magic_constant_casing fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    7eb54cc View commit details
    Browse the repository at this point in the history
  17. modernize_types_casting fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    017b36f View commit details
    Browse the repository at this point in the history
  18. native_function_casing fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    638b202 View commit details
    Browse the repository at this point in the history
  19. new_with_braces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    dddd5c5 View commit details
    Browse the repository at this point in the history
  20. no_alias_functions fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6db976e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9865424 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c9f7805 View commit details
    Browse the repository at this point in the history
  23. no_empty_comment fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    549e2dd View commit details
    Browse the repository at this point in the history
  24. no_empty_phpdoc fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    fe0d5ff View commit details
    Browse the repository at this point in the history
  25. no_empty_statement fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    9f916dd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    990c934 View commit details
    Browse the repository at this point in the history
  27. no_leading_import_slash fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    b67de31 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bddd78c View commit details
    Browse the repository at this point in the history
  29. no_mixed_echo_print fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    539db67 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a036c6b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    29618a7 View commit details
    Browse the repository at this point in the history
  32. no_php4_constructor fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    dc95290 View commit details
    Browse the repository at this point in the history
  33. no_short_bool_cast fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    67fd02d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bc5be0a View commit details
    Browse the repository at this point in the history
  35. no_spaces_around_offset fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    14e44f1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    25bd92e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    09ff1f4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4499e3a View commit details
    Browse the repository at this point in the history
  39. no_unused_imports fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    380d5ee View commit details
    Browse the repository at this point in the history
  40. no_useless_return fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f894605 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cb0bb39 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fbe8df0 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d415eea View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e6bf067 View commit details
    Browse the repository at this point in the history
  45. ordered_imports fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    e9b091a View commit details
    Browse the repository at this point in the history
  46. php_unit_construct fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    54ebeee View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8abb4cd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9660682 View commit details
    Browse the repository at this point in the history
  49. phpdoc_indent fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ec9f2df View commit details
    Browse the repository at this point in the history
  50. phpdoc_no_access fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    d356c74 View commit details
    Browse the repository at this point in the history
  51. phpdoc_no_empty_return fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    5ed0ca8 View commit details
    Browse the repository at this point in the history
  52. phpdoc_no_package fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f0321df View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    50d9257 View commit details
    Browse the repository at this point in the history
  54. Fix broken tests

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    05880ed View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    34ec1f0 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    8cc15ea View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    22ec069 View commit details
    Browse the repository at this point in the history
  58. phpdoc_to_comment fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    40cc979 View commit details
    Browse the repository at this point in the history
  59. phpdoc_trim fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    bfd49f7 View commit details
    Browse the repository at this point in the history
  60. phpdoc_var_without_name fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    b9d2f89 View commit details
    Browse the repository at this point in the history
  61. psr4 fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6eb170b View commit details
    Browse the repository at this point in the history
  62. self_accessor fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ffc1cbd View commit details
    Browse the repository at this point in the history
  63. short_scalar_cast fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    fc05e26 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    4ee4aa1 View commit details
    Browse the repository at this point in the history
  65. single_quote fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ed6bcbd View commit details
    Browse the repository at this point in the history
  66. standardize_not_equals fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f8a42cf View commit details
    Browse the repository at this point in the history
  67. ternary_operator_spaces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6533946 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    7a86e41 View commit details
    Browse the repository at this point in the history
  69. trim_array_spaces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    aaa3780 View commit details
    Browse the repository at this point in the history
  70. protected_to_private fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    be475a7 View commit details
    Browse the repository at this point in the history
  71. unary_operator_spaces fixer

    rob006 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a602eea View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    cef2c60 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    7d95e2d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Configuration menu
    Copy the full SHA
    1e61a37 View commit details
    Browse the repository at this point in the history
  2. Update finder config.

    rob006 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    315f021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a857bd View commit details
    Browse the repository at this point in the history
  4. Fix array formatting.

    rob006 committed May 3, 2017
    Configuration menu
    Copy the full SHA
    0013b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge branch 'master' into php-cs-fixer

    # Conflicts:
    #	framework/console/controllers/CacheController.php
    #	framework/db/Schema.php
    #	framework/filters/AccessRule.php
    #	framework/i18n/DbMessageSource.php
    #	framework/log/Logger.php
    #	framework/rbac/DbManager.php
    #	framework/validators/Validator.php
    #	tests/framework/console/controllers/MigrateControllerTestTrait.php
    #	tests/framework/filters/AccessRuleTest.php
    #	tests/framework/grid/GridViewTest.php
    #	tests/framework/helpers/ArrayHelperTest.php
    #	tests/framework/log/DbTargetTest.php
    #	tests/framework/log/LoggerTest.php
    #	tests/framework/rbac/DbManagerTestCase.php
    #	tests/framework/rest/UrlRuleTest.php
    #	tests/framework/web/AssetBundleTest.php
    #	tests/framework/web/GroupUrlRuleTest.php
    #	tests/framework/web/UrlManagerCreateUrlTest.php
    rob006 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    6914223 View commit details
    Browse the repository at this point in the history
  2. Add missing import.

    rob006 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    fb61bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277a48a View commit details
    Browse the repository at this point in the history
  4. Fix some indentation issues.

    rob006 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    c7b4e4a View commit details
    Browse the repository at this point in the history