Skip to content

Commit

Permalink
fix:Short tag annotations use the wrong bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed May 19, 2022
1 parent 1ac69b4 commit f571dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Plugins/Core/src/Lib/ShortCode/ShortCode.php
Expand Up @@ -18,7 +18,7 @@ class ShortCode

public HandlerContainer $handlers;

#[Pure] public function __construct(){
public function __construct(){
$this->handlers = new HandlerContainer();

}
Expand Down
2 changes: 1 addition & 1 deletion app/Plugins/Core/src/Lib/ShortCodeR/ShortCodeR.php
Expand Up @@ -19,7 +19,7 @@ class ShortCodeR
public bool $comment = false;

public HandlerContainer $handlers;
#[Pure] public function __construct(){
public function __construct(){
$this->handlers = new HandlerContainer();

}
Expand Down

0 comments on commit f571dce

Please sign in to comment.