From 1a01924b31151eeb0ca30cc913dfa54841548ae3 Mon Sep 17 00:00:00 2001 From: Bec White Date: Tue, 26 Jul 2016 17:13:38 -0500 Subject: [PATCH] Fix PHPCS violation. --- .../PalantirBehatExtension/NotUpdatedException.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php b/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php index 6b51334..448910f 100644 --- a/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php +++ b/src/Palantirnet/PalantirBehatExtension/NotUpdatedException.php @@ -10,4 +10,6 @@ /** * Exception for when a method has not yet been updated for Drupal 8. */ -class NotUpdatedException extends Exception {} +class NotUpdatedException extends Exception +{ +}//end class