From f9ae3b49da1085b11e9f1d5edd5c04cc2e70a96f Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 11 Oct 2016 13:57:50 -0400 Subject: [PATCH] Fixing coder syntax violation. (#540) --- .../tests/behat/features/bootstrap/Drupal/FeatureContext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/template/tests/behat/features/bootstrap/Drupal/FeatureContext.php b/template/tests/behat/features/bootstrap/Drupal/FeatureContext.php index 87eab68d7..457bd8b0a 100644 --- a/template/tests/behat/features/bootstrap/Drupal/FeatureContext.php +++ b/template/tests/behat/features/bootstrap/Drupal/FeatureContext.php @@ -12,6 +12,7 @@ class FeatureContext extends RawDrupalContext implements SnippetAcceptingContext /** * Every scenario gets its own context instance. + * * You can also pass arbitrary arguments to the * context constructor through behat.yml. */