friendica/src/Core/Session
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
..
CacheSessionHandler.php Logger Levels 2018-10-30 09:58:45 -04:00
DatabaseSessionHandler.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00