Skip to content

Commit

Permalink
Corrected doc-block typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garryxigen committed Feb 4, 2024
1 parent 0453779 commit 8b2092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Controller/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class Zend_Controller_Action implements Zend_Controller_Action_Interfac
public $view;

/**
* compataibility for php 8.2 to stop error Deprecated: Creation of dynamic property
* compatibility for php 8.2 to stop error Deprecated: Creation of dynamic property
* @var object|null
*/
public $contexts = null;
Expand Down

0 comments on commit 8b2092a

Please sign in to comment.