Code fixer added extra line
+++ b/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
@@ -15,4 +15,6 @@
*/
class Schema {
// No-op.
+
+
}
After phpcs check:
18 | ERROR | [x] The closing brace for the class must have an empty
Steps to reproduce:
- clone drupal-8.0.x
- run
phpcbf --standard=Drupal --sniffs=Drupal.Classes.ClassDeclaration core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php - check diff
Comments
Comment #2
andriyun commentedComment #3
andriyun commentedComment #4
klausiCommitted a fix, thanks for reporting!