friendica/src/Model/Contact
Roland Häder 7c049abfda
Fixed:
- Contact/User::isBlocked() needs to return boolean, but sometimes (strangely)
  a NULL can come from database, so let's cast it

This tries to fix:
TypeError: "Return value of Friendica\Model\Contact\User::isBlocked() must be of the type bool, null returned"
2022-06-27 11:39:18 +02:00
..
Group.php Changes: 2022-06-23 17:30:14 +02:00
Introduction.php Update copyright 2022-01-02 08:27:47 +01:00
Relation.php Reformatted code 2022-06-23 17:30:17 +02:00
User.php Fixed: 2022-06-27 11:39:18 +02:00