]> git.mxchange.org Git - friendica.git/commit
Fixed:
authorRoland Häder <roland@mxchange.org>
Mon, 27 Jun 2022 09:37:34 +0000 (11:37 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 27 Jun 2022 09:39:18 +0000 (11:39 +0200)
commit7c049abfda4423cd67570ba538f291682466c44a
tree5c6e2812e871aa78b1d056bcdc8962ee73a41405
parent43531d5aa07620e5d26904270efe4e0e0b448a27
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"
src/Model/Contact/User.php