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

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Oct 12, 2020

- 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 glensc self-assigned this Oct 12, 2020
@glensc glensc merged commit 9d02c13 into master Oct 14, 2020
@glensc glensc deleted the php-cs-fixer-config branch October 14, 2020 12:20
@glensc
Copy link
Contributor Author

glensc commented Oct 24, 2020

Setup to run on travis for now then:

@glensc
Copy link
Contributor Author

glensc commented Oct 28, 2020

Looks like need to go with GitHub actions anyway, as Travis CI is dead to me:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant