Ignore:
Timestamp:
Dec 27, 2022, 7:50:23 PM (17 months ago)
Author:
chronos
Message:
  • Modified: Updated Common package to latest version.
  • Modified: Fixes related to PHP 8.x.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HTML/BBCodeParser2/Filter/Images.php

    r816 r888  
    2828class HTML_BBCodeParser2_Filter_Images extends HTML_BBCodeParser2_Filter
    2929{
    30 
    3130    /**
    3231    * An array of tags parsed by the engine
     
    6564    * @author   Stijn de Reede  <sjr@gmx.co.uk>
    6665    */
    67     function _preparse()
     66    function _preparse(): void
    6867    {
    6968        $options = $this->_options;
Note: See TracChangeset for help on using the changeset viewer.