From 19b2914cc86b127eddec708e9b8d3e64f9354887 Mon Sep 17 00:00:00 2001 From: Max Baldanza Date: Tue, 2 Jul 2019 14:50:22 +0100 Subject: [PATCH] Remove whitespace to make more compliant with PSR2 To make the file more compliant with PSR2 then I'm removing the whitespace found at the end of the lines --- .../2.1/features/bootstrap/FeatureContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/behat/symfony2-extension/2.1/features/bootstrap/FeatureContext.php b/behat/symfony2-extension/2.1/features/bootstrap/FeatureContext.php index bfb1459a..36378b59 100644 --- a/behat/symfony2-extension/2.1/features/bootstrap/FeatureContext.php +++ b/behat/symfony2-extension/2.1/features/bootstrap/FeatureContext.php @@ -6,9 +6,9 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\KernelInterface; /** - * This context class contains the definitions of the steps used by the demo + * This context class contains the definitions of the steps used by the demo * feature file. Learn how to get started with Behat and BDD on Behat's website. - * + * * @see http://behat.org/en/latest/quick_start.html */ class FeatureContext implements Context