]> git.mxchange.org Git - friendica.git/commit
Changes:
authorRoland Häder <roland@mxchange.org>
Mon, 24 Oct 2022 00:42:19 +0000 (02:42 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Jun 2025 20:54:02 +0000 (22:54 +0200)
commitef5ee618561c88032756a2a3efd2fb177736387c
treec9e28b3e9b237ddfd65e9c3887c4f5e55518a44b
parent85394e195c1b7b79781045f1311856d42c1b7b71
Changes:
- converted many `$array['foo'] = $foo;` to a single $array = ['foo' => $foo];
  statement
- changed more double-quotes to single
- added spaces for better readability
- added missing type-hints (both parameters and returned value) if possible
- added/removed empty lines for better readability
- added missing documentation
src/Database/Database.php
src/Model/GServer.php