We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4030e commit bf39b5dCopy full SHA for bf39b5d
system/I18n/TimeTrait.php
@@ -1153,7 +1153,7 @@ public function __toString(): string
1153
*
1154
* @param string $name
1155
1156
- * @return array|bool|DateTimeInterface|DateTimeZone|int|intlCalendar|self|string|null
+ * @return array|bool|DateTimeInterface|DateTimeZone|int|IntlCalendar|self|string|null
1157
*/
1158
public function __get($name)
1159
{
system/Images/Handlers/ImageMagickHandler.php
@@ -77,7 +77,7 @@ public function _resize(bool $maintainRatio = false)
77
/**
78
* Crops the image.
79
80
- * @return bool|\CodeIgniter\Images\Handlers\ImageMagickHandler
+ * @return bool|ImageMagickHandler
81
82
* @throws Exception
83
0 commit comments