Skip to content

Commit

Permalink
better-typing-5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman authored Apr 25, 2024
1 parent a44b954 commit 2bf92a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/zend-dojo/library/Zend/Dojo/View/Helper/Dijit.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ abstract class Zend_Dojo_View_Helper_Dijit extends Zend_View_Helper_HtmlElement
*
* Set view and enable dojo
*
* @return Zend_Dojo_View_Helper_Dijit
* @return static
*/
public function setView(Zend_View_Interface $view)
{
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-view/library/Zend/View/Helper/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract class Zend_View_Helper_Abstract implements Zend_View_Helper_Interface
/**
* Set the View object.
*
* @return Zend_View_Helper_Abstract
* @return static
*/
public function setView(Zend_View_Interface $view)
{
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-view/library/Zend/View/Helper/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface Zend_View_Helper_Interface
/**
* Set the View object.
*
* @return Zend_View_Helper_Interface
* @return static
*/
public function setView(Zend_View_Interface $view);

Expand Down
2 changes: 1 addition & 1 deletion packages/zend-view/library/Zend/View/Helper/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getLayout(): Zend_Layout
/**
* Set layout object.
*
* @return Zend_View_Helper_Layout
* @return static
*/
public function setLayout(Zend_Layout $layout)
{
Expand Down

0 comments on commit 2bf92a7

Please sign in to comment.