Skip to content

Commit

Permalink
More code style
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Aug 25, 2023
1 parent 88f5249 commit c8ae7b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Controller/Router/Route/Regex.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public static function getInstance(Zend_Config $config)
* @param array $defaults
* @param array $map
* @param null $reverse
* @param mixed $route
*/
public function __construct($route, $defaults = [], $map = [], $reverse = null)
{
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Http/Header/SetCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class Zend_Http_Header_SetCookie
* @static
*
* @param bool $bypassHeaderFieldName
* @param mixed $headerLine
*
* @return array|SetCookie
*/
Expand Down
2 changes: 2 additions & 0 deletions library/Zend/Loader/SplAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public function setOptions($options);
/**
* Autoload a class.
*
* @param mixed $class
*
* @return mixed
* False [if unable to load $class]
* get_class($class) [if $class is successfully loaded]
Expand Down
2 changes: 2 additions & 0 deletions library/Zend/Navigation/Page/Mvc.php
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ public function getResetParams()
*
* @see getHref()
*
* @param mixed $encodeUrl
*
* @return Zend_Navigation_Page_Mvc fluent interface, returns self
*/
public function setEncodeUrl($encodeUrl)
Expand Down

0 comments on commit c8ae7b7

Please sign in to comment.