]> git.mxchange.org Git - friendica.git/commit
Some fixes:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2022 18:42:40 +0000 (20:42 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 15:18:31 +0000 (17:18 +0200)
commit33768ea1c6b9b37859334e9364ddc5ea9c9a14ce
treeda0ef9460849a734ba45c4851723ad0930b0ca81
parent4e53666c704cd4cb31004d9efc442a9e76d2a827
Some fixes:
- $gsid's default value cannot sadly be 0, it now must be null to allow some
  code work
- added some more type-hints
- documented a bit more
src/Content/ContactSelector.php
src/Database/DBA.php
src/Model/Attach.php
src/Model/Contact.php
src/Model/GServer.php
src/Model/Photo.php
src/Network/Probe.php
src/Util/Strings.php