Skip to content

Commit

Permalink
style: fix by php-cs-fixer v3.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 24, 2024
1 parent da4030e commit bf39b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/I18n/TimeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ public function __toString(): string
*
* @param string $name
*
* @return array|bool|DateTimeInterface|DateTimeZone|int|intlCalendar|self|string|null
* @return array|bool|DateTimeInterface|DateTimeZone|int|IntlCalendar|self|string|null
*/
public function __get($name)
{
Expand Down
2 changes: 1 addition & 1 deletion system/Images/Handlers/ImageMagickHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function _resize(bool $maintainRatio = false)
/**
* Crops the image.
*
* @return bool|\CodeIgniter\Images\Handlers\ImageMagickHandler
* @return bool|ImageMagickHandler
*
* @throws Exception
*/
Expand Down

0 comments on commit bf39b5d

Please sign in to comment.