sogerc1

Results 4 issues of sogerc1

My code is: ``` $menu = []; $recurse = function ($parent, $path) use (&$recurse, &$menu, $res) { foreach ($res as $v) { if ($v['parent'] == $parent) { $name = "$path/{$v['name']}";...

In 2020 I left a review sayin that I can't use this extension because it creates a .vscode directory. Then in 2021 you replied that v2.2.0 has the disableCache option....

I have HTMLPurifier 4.15.0 from PEAR on an ubuntu server 22.04. I've set `$config->set('Cache.DefinitionImpl', null);` but I'm still seeing this warning: > /usr/share/php/HTMLPurifier/DefinitionCache/Serializer.php(297): Directory /usr/share/php/HTMLPurifier/DefinitionCache/Serializer not writable, please chmod to...

Intelephense has been updated to 1.10.0 today, however not all type errors have disappeared. So if I have in my code: `$x = pg_escape_literal("my string");` I receive the error: >...

diagnostics
stubs