]> git.mxchange.org Git - friendica.git/commit
Address some PHP 8.1 deprecation notices
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 30 Nov 2022 00:31:16 +0000 (19:31 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 30 Nov 2022 02:37:41 +0000 (21:37 -0500)
commit150c0e0750cd4aca38d450e896fcd2fccbbe164b
tree5f7a6b452963d3e2ea0ccba18170694e5f8e0c1e
parent6c2f42ed032645e14136275a23c76c9773bd6c12
Address some PHP 8.1 deprecation notices

- Replace a strstr call by strpos in Model\APContact
- Simplify conditions in Protocol\DFRN
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1331012289
src/Model/APContact.php
src/Navigation/Notifications/ValueObject/Introduction.php
src/Protocol/DFRN.php