Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
#6398 - minor CS fixes (spacing, return type)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Nov 17, 2014
1 parent b1f4599 commit a8b90d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Zend/Mvc/Controller/Plugin/Forward.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ public function __construct(ControllerManager $controllers)
* Set maximum number of nested forwards allowed
*
* @param int $maxNestedForwards
* @return Forward
* @return self
*/
public function setMaxNestedForwards($maxNestedForwards)
{
$this->maxNestedForwards = (int) $maxNestedForwards;

return $this;
}

Expand Down

0 comments on commit a8b90d1

Please sign in to comment.