]> git.mxchange.org Git - friendica.git/commit
Rewrites:
authorRoland Häder <roland@mxchange.org>
Tue, 19 Feb 2019 00:56:41 +0000 (01:56 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Feb 2019 00:56:41 +0000 (01:56 +0100)
commit9fa812b35dd23299798ee437ea9bcb84f369714b
treea4004b31786130274bad84c289beb6df7da7e882
parent3b646644c036329db234124eddb856dd854030dd
Rewrites:
- converted single-line if() block to multi-line and with curly braces
- "imported" SPL classes to have unified code style
- always initialize your variables ... :-/
- added some empty lines/spaces for better readability

Signed-off-by: Roland Häder <roland@mxchange.org>
include/api.php
index.php
mod/admin.php
src/Model/ItemDeliveryData.php
src/Model/Photo.php
src/Model/Storage/Database.php
src/Model/Storage/SystemResource.php
src/Worker/Notifier.php