From 3a9739d2e66220546f252cf7a84bbb62dea08cf6 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 20 May 2012 21:44:32 +0200 Subject: [PATCH] Writing my name on the PHP class comments. Try not forget to write it. --- apps/companyfront/modules/office/actions/actions.class.php | 4 ++-- lib/form/doctrine/AdDescriptionForm.class.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/companyfront/modules/office/actions/actions.class.php b/apps/companyfront/modules/office/actions/actions.class.php index 71fe3c0..6c22438 100644 --- a/apps/companyfront/modules/office/actions/actions.class.php +++ b/apps/companyfront/modules/office/actions/actions.class.php @@ -5,8 +5,8 @@ * * @package mobiads * @subpackage office - * @author Your name here - * @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ + * @author Gustavo Martin Morcuende + * @version */ class officeActions extends sfActions { diff --git a/lib/form/doctrine/AdDescriptionForm.class.php b/lib/form/doctrine/AdDescriptionForm.class.php index 4db1436..612913c 100644 --- a/lib/form/doctrine/AdDescriptionForm.class.php +++ b/lib/form/doctrine/AdDescriptionForm.class.php @@ -5,8 +5,8 @@ * * @package mobiads * @subpackage form - * @author Your name here - * @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ + * @author Gustavo Martin Morcuende + * @version */ class AdDescriptionForm extends BaseAdDescriptionForm { -- 2.1.4