web/lib/Zend/Config/Writer/Yaml.php
changeset 810 ba5f4046635b
parent 807 877f952ae2bd
child 1230 68c69c656a2c
--- a/web/lib/Zend/Config/Writer/Yaml.php	Fri Mar 22 10:44:46 2013 +0100
+++ b/web/lib/Zend/Config/Writer/Yaml.php	Fri Mar 22 10:47:04 2013 +0100
@@ -16,7 +16,7 @@
  * @package    Zend_Config
  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  * @license    http://framework.zend.com/license/new-bsd     New BSD License
- * @version    $Id: Yaml.php 23294 2010-11-05 00:27:34Z ramon $
+ * @version    $Id: Yaml.php 23650 2011-01-21 21:32:57Z mikaelkael $
  */
 
 /**
@@ -57,7 +57,7 @@
     /**
      * Set callback for decoding YAML
      *
-     * @param  $yamlEncoder the decoder to set
+     * @param  callable $yamlEncoder the decoder to set
      * @return Zend_Config_Yaml
      */
     public function setYamlEncoder($yamlEncoder)