Skip to content

Commit

Permalink
11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 22, 2024
1 parent e8baf41 commit c3f5fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ final function throw_():void {
* Метод @uses E::getPrevious() объявлен как final,
* поэтому потомки не могут в комментариях PHPDoc указывать его тип: IntelliJ IDEA ругается.
*/
protected function prev():E {return $this->getPrevious();}
protected function prev():Th {return $this->getPrevious();}

/**
* 2016-07-31
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "11.0.1"
,"version": "11.0.2"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit c3f5fb8

Please sign in to comment.