Skip to content

Commit

Permalink
TLN-7731 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman authored May 9, 2022
1 parent 05b8d27 commit 813dcf5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/zend-config/library/Zend/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ public function key()
}

/**
* Defined by Iterator interface
*
* @return void
*/
#[\ReturnTypeWillChange]
public function next()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,13 @@ public function preDispatch(Zend_Controller_Request_Abstract $request)
{
$this->_handleError($request);
}

/**
* Post dispatch hook -- check for exceptions and dispatch error handler if
* necessary
*
* @param Zend_Controller_Request_Abstract $request
* @return void
*/
public function postDispatch(Zend_Controller_Request_Abstract $request)
{
Expand Down
1 change: 1 addition & 0 deletions packages/zend-view/library/Zend/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public function useStreamWrapper()
* Includes the view script in a scope with only public $this variables.
*
* @param string The view script to execute.
* @return void
*/
protected function _run()
{
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-view/library/Zend/View/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ private function _getPlugin($type, $name)
* Use to include the view script in a scope that only allows public
* members.
*
* @return mixed
* @return void
*/
abstract protected function _run();
}

0 comments on commit 813dcf5

Please sign in to comment.