Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix deprecation warning in ContentBlockBuilder (#329)
As of PHP 8.4 implicitly declaring function parameters nullable is deprecated. Explicitly nullable types have been available since PHP 7.1 See: https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
- Loading branch information