1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 14:28:26 +00:00
friendica-github/view/php
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()
2018-11-30 09:06:22 -05:00
..
default.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
minimal.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
none.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00