Skip to content

Commit bf39b5d

Browse files
committed
style: fix by php-cs-fixer v3.50.0
1 parent da4030e commit bf39b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/I18n/TimeTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ public function __toString(): string
11531153
*
11541154
* @param string $name
11551155
*
1156-
* @return array|bool|DateTimeInterface|DateTimeZone|int|intlCalendar|self|string|null
1156+
* @return array|bool|DateTimeInterface|DateTimeZone|int|IntlCalendar|self|string|null
11571157
*/
11581158
public function __get($name)
11591159
{

system/Images/Handlers/ImageMagickHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function _resize(bool $maintainRatio = false)
7777
/**
7878
* Crops the image.
7979
*
80-
* @return bool|\CodeIgniter\Images\Handlers\ImageMagickHandler
80+
* @return bool|ImageMagickHandler
8181
*
8282
* @throws Exception
8383
*/

0 commit comments

Comments
 (0)