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

Setup php-cs-fixer config #347

Merged
merged 2 commits into from
Oct 14, 2020
Merged

Setup php-cs-fixer config #347

merged 2 commits into from
Oct 14, 2020

Commits on Oct 12, 2020

  1. Setup php-cs-fixer config

    glensc committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6af4da2 View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer rules

    - install.php (single_quote)
    - tests/Controller/ImportTest.php (single_quote)
    - external/import.php (no_useless_else, concat_space, no_trailing_whitespace, no_extra_blank_lines)
    - src/Xhgui/Searcher/MongoSearcher.php (phpdoc_annotation_without_dot, single_quote, binary_operator_spaces)
    - src/Xhgui/Searcher/SearcherInterface.php (phpdoc_annotation_without_dot, phpdoc_scalar, phpdoc_no_empty_return, phpdoc_order, phpdoc_trim)
    - src/Xhgui/Searcher/PdoSearcher.php (single_quote, binary_operator_spaces)
    - src/Xhgui/Config.php (phpdoc_annotation_without_dot, phpdoc_no_empty_return, phpdoc_trim)
    - src/Xhgui/Controller/RunController.php (ordered_imports)
    - src/Xhgui/Controller/MetricsController.php (ordered_imports)
    - src/Xhgui/Controller/WaterfallController.php (ordered_imports)
    - src/Xhgui/Controller/ImportController.php (blank_line_before_statement, ordered_imports)
    - src/Xhgui/Controller/WatchController.php (ordered_imports)
    - src/Xhgui/ServiceContainer.php (single_quote)
    - src/Xhgui/Saver/PdoSaver.php (binary_operator_spaces)
    - src/Xhgui/Profile.php (phpdoc_annotation_without_dot, phpdoc_no_empty_return, phpdoc_types_order, single_quote, unary_operator_spaces, self_accessor, phpdoc_trim, binary_operator_spaces)
    - src/Xhgui/Db/Mapper.php (phpdoc_annotation_without_dot, single_quote)
    - src/Xhgui/Util.php (no_superfluous_phpdoc_tags, phpdoc_trim)
    - src/Xhgui/Twig/TwigExtension.php (phpdoc_annotation_without_dot)
    glensc committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    799d6bc View commit details
    Browse the repository at this point in the history