]> git.mxchange.org Git - friendica.git/commitdiff
Replace x() by isset(), !empty() or defaults()
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 30 Nov 2018 14:06:22 +0000 (09:06 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 30 Nov 2018 14:06:22 +0000 (09:06 -0500)
- 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()


No differences found