Skip to content

Run php-cs-fixer over the bundle using preexisting .php_cs.dist rules #60

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

Closed
wants to merge 2 commits into from
Closed

Conversation

PhilETaylor
Copy link
Contributor

@PhilETaylor PhilETaylor commented Apr 6, 2019

6th April 2019 - Run php-cs-fixer over the bundle using preexisting .php_cs.dist rules
Including now the tests folder

  1. tests/Asset/EntrypointLookupTest.php (single_quote, php_unit_fqcn_annotation, no_unused_imports, header_comment)
  2. tests/Asset/EntrypointLookupCollectionTest.php (function_declaration, php_unit_fqcn_annotation, header_comment)
  3. tests/Asset/TagRendererTest.php (concat_space, function_declaration, header_comment)
  4. tests/IntegrationTest.php (concat_space, trailing_comma_in_multiline_array, function_declaration, header_comment, binary_operator_spaces)
  5. src/Asset/EntrypointLookupCollectionInterface.php (phpdoc_annotation_without_dot)
  6. src/Asset/EntrypointLookup.php (native_function_invocation)

@weaverryan
Copy link
Member

Thank you Phil!

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.

2 participants