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
This commit is contained in:
Max Baldanza
2019-07-02 14:50:22 +01:00
committed by GitHub
parent fa6571b2a2
commit 19b2914cc8
@@ -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