From: Roger Meier Date: Sun, 6 Jul 2014 10:33:38 +0000 (+0200) Subject: THRIFT-1926 PHP Constant Generation Refactoring X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f9fbda8f4256602a7965921074f9cf99634b5761;p=common%2Fthrift.git THRIFT-1926 PHP Constant Generation Refactoring remove author tag --- diff --git a/lib/php/lib/Thrift/Type/TConstant.php b/lib/php/lib/Thrift/Type/TConstant.php index b66dda9f..759cfd27 100644 --- a/lib/php/lib/Thrift/Type/TConstant.php +++ b/lib/php/lib/Thrift/Type/TConstant.php @@ -24,8 +24,6 @@ namespace Thrift\Type; /** * Base class for constant Management - * - * @author Xavier HAUSHERR */ abstract class TConstant {