friendica/src/Render
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
..
FriendicaSmarty.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
FriendicaSmartyEngine.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
ITemplateEngine.php Line endings are converted to unix style 2018-02-09 03:49:49 +00:00