Commit Graph

10 Commits (008b66ac2ccd18f83fde58151de160b4f60218bd)

Author SHA1 Message Date
Hypolite Petovan 458981f75c Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
5 years ago
Hypolite Petovan fde3d6f870 Replace current_theme() and current_theme_url() calls 5 years ago
Hypolite Petovan 3213715b60 Fix formatting in frio_boot.php 5 years ago
Hypolite Petovan e36f2bb1fb Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
5 years ago
Hypolite Petovan 9c0d2c31e8 Replace AND and OR in PHP conditions by && and || 6 years ago
Hypolite Petovan 20043914e6 Move App to src
- Add `use Friendica\App;` wherever needed
6 years ago
Hypolite Petovan 56ee734b00 Cleanup /format pre-move 6 years ago
Hypolite Petovan 623479a346 Normalize App parameter declaration (view folder) 6 years ago
Roland Häder fb817b18ad changed to this:
---------------------
function bla (App &$a) {
	$a->bla = 'stuff';
}
---------------------

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years ago
rabuzarus b67378ac69 restructuring for PR for friendica main repo 7 years ago