๐จ๐ฑChile roberto_araya
๐จ๐ฑChile roberto_araya
๐จ๐ฑChile roberto_araya
๐จ๐ฑChile roberto_araya
roberto_araya โ created an issue.
๐ | Field CSS | Notice: Undefined index: field_MY_css in Drupal\field_css\Traits\CssTrait::itemPrefixes() (line 36 of modules/contrib/field_css/src/Traits/CssTrait.php).
๐จ๐ฑChile roberto_araya
The patch in #6 work to me, on Drupal 9.4.11 and on 2.x-dev. Thanks!
๐ | Field CSS | [PHP 8.1] Deprecated function: Calling static trait method Drupal\field_css\Traits\CssTrait::itemPrefixes
๐จ๐ฑChile roberto_araya
Could you please create a new release at this point??.
๐ | Commerce Point of Sale (POS) | On PHP 8.1, warnings about "ctype_digit(): Argument of type int will be interpreted as string in the future"
๐จ๐ฑChile roberto_araya
๐ | Commerce Point of Sale (POS) | On PHP 8.1, warnings about "ctype_digit(): Argument of type int will be interpreted as string in the future"
๐จ๐ฑChile roberto_araya
I replaced ctype_digit() with is_numeric(). But to be honest I'm not completely sure if am right because in other places is used is_numeric(), but for some reason in this case was use ctype_digit(), and I don't know if is for a particular reason.