diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-07 12:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-07 12:16:27 +0200 |
commit | d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7 (patch) | |
tree | fdfd2b1908a87f6e1396046ee95307506c079172 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php | |
parent | b16e4c558ffb47d2b48f0dab97e4389c9198f831 (diff) | |
parent | 31d1a728544f7ae740463cd0d1f345544175fcd2 (diff) | |
download | volse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.tar.gz volse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.tar.bz2 volse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.zip |
Merge pull request #822 from dawnbreak/composer-light
Add optimize-autoloader to composer config.
Diffstat (limited to 'vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php')
-rw-r--r-- | vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php index 69e6d2765..3648364b3 100644 --- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php +++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php @@ -21,7 +21,7 @@ class HTMLPurifier_Config * HTML Purifier's version * @type string */ - public $version = '4.9.2'; + public $version = '4.9.3'; /** * Whether or not to automatically finalize @@ -333,7 +333,7 @@ class HTMLPurifier_Config } // Raw type might be negative when using the fully optimized form - // of stdclass, which indicates allow_null == true + // of stdClass, which indicates allow_null == true $rtype = is_int($def) ? $def : $def->type; if ($rtype < 0) { $type = -$rtype; |