diff --git a/PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php b/PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php index 1d6e276bedf9..c847a60fcaaf 100644 --- a/PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php +++ b/PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php @@ -12,7 +12,6 @@ * * @category PHP * @package PHP_CodeSniffer - * @author Nicolas Giraud * @since September, the 12th 2013 */ @@ -23,7 +22,6 @@ * @category PHP * @package PHP_CodeSniffer * @name SpacesAroundConcatSniff - * @author Nicolas Giraud * @version Release: 1.0 */ class PMAStandard_Sniffs_Files_SpacesAroundConcatSniff implements PHP_CodeSniffer_Sniff