TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

Deprecated mb_strlen error #107

Closed Ced-Sharp closed 3 months ago

Ced-Sharp commented 3 months ago

In TypeRocket core, src/Http/Elements/Traits/MaxlengthTrait.php, on line 34, there is a chance that $value is NULL, which causes a deprecation error to be thrown (and show the whoops error handler).

Setting it to an empty string instead fixes the issue (I used the '?:' operator)

kevindees commented 3 months ago

@Ced-Sharp, this will be fixed in the next release.