]> git.mxchange.org Git - friendica.git/commit
Fixes and type-hints:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2022 11:14:00 +0000 (13:14 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2022 14:54:49 +0000 (16:54 +0200)
commitb1e4c0931af6a1c937ea713cf70a5dbc742f30db
tree5313e0f5da8cc5900e36a7477ca1d449554af7a7
parentbb57d45237c5b01f435e739173b3626b5126d180
Fixes and type-hints:
- added more checked type-hints as they prevent bad method invocations
- fixed TypeError for HTML::toBBCode() invocations with NULL as first (wrong)
  argument, thanks to @tobias@social.diekershoff.de pointing this out.
src/Model/APContact.php
src/Protocol/ActivityPub/Processor.php