Skip to content

Commit

Permalink
Dev: Remove @deprecated from instantiate and inst static methods
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Dec 21, 2023
1 parent 6673f4e commit db28315
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class Ext
* target class and chain methods as normal.
*
* @return static Instantiated class
*
* @deprecated Use `new` instead.
*/
public static function instantiate()
{
Expand All @@ -47,8 +45,6 @@ public static function instantiate()
* static method, but is simply shorter and easier to type!
*
* @return static class
*
* @deprecated Use `new` instead.
*/
public static function inst()
{
Expand Down

0 comments on commit db28315

Please sign in to comment.