[limb-svn] r5965 - 3.x/trunk/limb/filter_chain/src

svn at limb-project.com svn at limb-project.com
Fri Jun 8 13:50:55 MSD 2007


Author: pachanga
Date: 2007-06-08 13:50:55 +0400 (Fri, 08 Jun 2007)
New Revision: 5965
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5965

Modified:
   3.x/trunk/limb/filter_chain/src/lmbInterceptingFilter.interface.php
Log:
-- phpdoc fixes

Modified: 3.x/trunk/limb/filter_chain/src/lmbInterceptingFilter.interface.php
===================================================================
--- 3.x/trunk/limb/filter_chain/src/lmbInterceptingFilter.interface.php	2007-06-08 09:49:27 UTC (rev 5964)
+++ 3.x/trunk/limb/filter_chain/src/lmbInterceptingFilter.interface.php	2007-06-08 09:50:55 UTC (rev 5965)
@@ -1,19 +1,19 @@
 <?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com 
- * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
- * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
+/*
+ * Limb PHP Framework
+ *
+ * @link http://limb-project.com
+ * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
+ * @license    LGPL http://www.gnu.org/copyleft/lesser.html
  */
 
 
 /**
- * Interface for filter classes what will be used with lmbFilterChain
+ * Interface for filter classes to be used with lmbFilterChain
  *
  * @version $Id$
- * @package filter_chain
- */
+ * @package filter_chain
+ */
 interface lmbInterceptingFilter
 {
   /**



More information about the limb-svn mailing list