]> git.mxchange.org Git - friendica.git/commit
Add Core\Logger to the introspection skip class list
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 28 Dec 2022 22:54:37 +0000 (17:54 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 28 Dec 2022 22:54:37 +0000 (17:54 -0500)
commit8b1947bd782549ed7e120c666dd7ee5499748503
tree1545a96c02e6fecd3ea66f64a00a1618c87479cf
parent9dbcbe048245b0b6ee48b4333f13d7b9a0fe8fd7
Add Core\Logger to the introspection skip class list

- Make class list explicit to avoid confusion between similar class names
- Update skipped class string match to a safer "starts with" condition
src/Core/Logger/Capabilities/IHaveCallIntrospections.php
src/Core/Logger/Util/Introspection.php