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

Fix failing coding standards tests #507

Closed
jhedstrom opened this issue Sep 20, 2018 · 0 comments
Closed

Fix failing coding standards tests #507

jhedstrom opened this issue Sep 20, 2018 · 0 comments

Comments

@jhedstrom
Copy link
Owner

There are some new coding standard failures:

> phpcs --standard=./phpcs-ruleset.xml -p
.....E................................................... 57 / 57 (100%)



FILE: ...xtension/src/Drupal/DrupalExtension/Context/RawDrupalContext.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
 407 | ERROR | Expected 1 space after closing brace; newline found
 411 | ERROR | Expected 1 space after closing brace; newline found
 415 | ERROR | Expected 1 space after closing brace; newline found
----------------------------------------------------------------------

Time: 636ms; Memory: 10Mb
jhedstrom added a commit that referenced this issue Sep 20, 2018
jhedstrom added a commit that referenced this issue Sep 20, 2018
- Fixes #507
- Pins coder to 8.2.x as 8.3.x has issues.
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

No branches or pull requests

1 participant