jBBCode
jBBCode copied to clipboard
Tokenize.php 'strlen()'
En el archivo https://github.com/jbowens/jBBCode/blob/d9a132e7886a11cf997e3ec025a41bdf97899704/JBBCode/Tokenizer.php#L29
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ...\JBBCode\Tokenizer.php
Una posible solución fue añadir esto if($str == NULL) return;
sobre dicha línea mencionada!