]> git.mxchange.org Git - friendica-addons.git/commit
[pumpio] Fixes/imports: (#661)
authorRoland Häder <Quix0r@users.noreply.github.com>
Sun, 22 Jul 2018 16:01:05 +0000 (18:01 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sun, 22 Jul 2018 16:01:05 +0000 (12:01 -0400)
commita9da9db7eb939f248ae7cb451c482534d9dd7943
tree3a4f569ebe6f0066fcad1fe62cc34cf8f8dc1688
parentc7764068cc8b946fc747a039e09c46f66848a679
[pumpio] Fixes/imports: (#661)

* [pumpio] Fixes/imports:
- added curly braces and spaces for better readability
- merged 2 `if()` blocks into one for lesser nested code blocks
- added type-hint `App` and `array` where applyable
- better "import" (`use` under PHP) classes and not reference them directly,
  reducing and improving readability

* [pumpio] Fixes:
- x() is deprecated, let's use !empty() instead
- added spaces for better readability

* [pumpio] Fixes:
- added missing App "imports" (thanks to MrPetovan)
- added type-hint array for $b
- added some spaces
pumpio/pumpio.php