Skip to content

Commit c8ae7b7

Browse files
committed
More code style
1 parent 88f5249 commit c8ae7b7

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

library/Zend/Controller/Router/Route/Regex.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public static function getInstance(Zend_Config $config)
8484
* @param array $defaults
8585
* @param array $map
8686
* @param null $reverse
87+
* @param mixed $route
8788
*/
8889
public function __construct($route, $defaults = [], $map = [], $reverse = null)
8990
{

library/Zend/Http/Header/SetCookie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class Zend_Http_Header_SetCookie
113113
* @static
114114
*
115115
* @param bool $bypassHeaderFieldName
116+
* @param mixed $headerLine
116117
*
117118
* @return array|SetCookie
118119
*/

library/Zend/Loader/SplAutoloader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public function setOptions($options);
5050
/**
5151
* Autoload a class.
5252
*
53+
* @param mixed $class
54+
*
5355
* @return mixed
5456
* False [if unable to load $class]
5557
* get_class($class) [if $class is successfully loaded]

library/Zend/Navigation/Page/Mvc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ public function getResetParams()
600600
*
601601
* @see getHref()
602602
*
603+
* @param mixed $encodeUrl
604+
*
603605
* @return Zend_Navigation_Page_Mvc fluent interface, returns self
604606
*/
605607
public function setEncodeUrl($encodeUrl)

0 commit comments

Comments
 (0)