From eba933bb478a4a1d2d8bd5bd1ef48e6efad87d0c Mon Sep 17 00:00:00 2001 From: Nicolas Nutten Date: Mon, 22 Jul 2013 10:56:18 +0200 Subject: [PATCH] To avoid "SpacingAfterParams" error with PHPCS Symfony2 coding standard Hello, I added two blank lines in comments two avoid the following error with PHPCS Symfony2 coding standard : Error Code: SpacingAfterParams Error Description: Last parameter comment requires a blank new line after it. --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index 94c1a2eac..c1e1c771e 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -234,6 +234,7 @@ public function () * * * @param $ + * * @return */ public function ($) @@ -251,6 +252,7 @@ public function ($) * * * @param $ + * * @return */ public function ($)