]> git.mxchange.org Git - friendica.git/commit
Fixes/tye-hints fixes/ostatus-protocol
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jul 2018 16:05:03 +0000 (18:05 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jul 2018 16:05:03 +0000 (18:05 +0200)
commit413835665dea72dc9e95c57a3547513f49fbf054
tree544d232f02a1943042180f09290e2f5c5da048c9
parentd1d2ee6b2f2a46f1c6495bfe9936146a2bfad403
Fixes/tye-hints
- added type-hints for DOMDocument, DOMXPath and array
- added missing documentation about optional parameter
- `if ($foo['bar'])` is not a good choice, better use
  `if (!empty($foo['bar']))` instead
src/Protocol/OStatus.php