]> 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>
Wed, 17 Jan 2024 00:03:01 +0000 (01:03 +0100)
commitd5ad0ed66af360f51c5eb47ed112fdde0269875f
treed47f8a19e2ce3417f5cd5ba686697302bd15a412
parentbe3b76170e41c7f632370b9f582da9c98d6fbd91
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