From 6e322eccce19dca204ff1ee7a972dcd00df717cb Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Mon, 29 Feb 2016 11:57:00 +0100 Subject: [PATCH] Fix coding standards. Namespaced classes should no longer have a docblock. --- lib/src/MyGroup/MyClass.php | 5 ----- src/Phing/PhpCodeSnifferConfigurationTask.php | 5 ----- tests/src/Context/DrupalContext.php | 5 ----- tests/src/Context/MinkContext.php | 5 ----- 4 files changed, 20 deletions(-) diff --git a/lib/src/MyGroup/MyClass.php b/lib/src/MyGroup/MyClass.php index 8e81420..f477744 100644 --- a/lib/src/MyGroup/MyClass.php +++ b/lib/src/MyGroup/MyClass.php @@ -1,10 +1,5 @@