nbbc icon indicating copy to clipboard operation
nbbc copied to clipboard

Composer-compatible fork of the NBBC library for BBCode parsing.

Results 2 nbbc issues
Sort by recently updated
recently updated
newest added

Implicitly nullable parameters (i.e. those accepting null without a null typehint) are deprecated in PHP 8.4. Marking `$library` as explicitly nullable fixes the following deprecation warning: > Deprecated: Nbbc\BBCode::__construct(): Implicitly...