Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. Aug 14, 2022
  3. May 23, 2022
  4. May 21, 2022
  5. Mar 22, 2022
  6. Feb 18, 2022
  7. Feb 17, 2022
  8. Dec 23, 2021
  9. Nov 24, 2021
  10. Nov 20, 2021
  11. Nov 15, 2021
  12. Nov 14, 2021
  13. Nov 12, 2021
  14. Nov 11, 2021
  15. Nov 10, 2021
  16. Nov 01, 2021
    • wn_'s avatar
      Address PHPStan warnings in 'classes/urlhelper.php'. · 9dac9c5a
      wn_ authored
      Intentionally skipping the line 66 one for now; adding an 'is_array' check clears the warning, but there's a larger topic of how to handle an invalid '' that doesn't result in an array.
      
      ------ ---------------------------------------------------------------------
      Line   classes/urlhelper.php
      ------ ---------------------------------------------------------------------
      66     Offset 'path' on array{scheme: string} in isset() does not exist.
      165    Parameter #2 $associative of function get_headers expects bool, int
              given.
      167    Parameter #2 $associative of function get_headers expects bool, int
              given.
      278    Negated boolean expression is always true.
      309    Negated boolean expression is always true.
      ------ ---------------------------------------------------------------------
      9dac9c5a
  17. Aug 23, 2021
  18. Jun 18, 2021
  19. Jun 16, 2021
  20. May 21, 2021
  21. May 07, 2021
  22. Mar 13, 2021
  23. Mar 06, 2021
    • ltGuillaume's avatar
      Fix "array offset on value of type null" for $error and $old_error · 825e362f
      ltGuillaume authored
      I tried applying to only $error and only $old_error, but both appear to be needed.
      
      Log entries:
      E_NOTICE (8) 	classes/urlhelper.php:464 	Trying to access array offset on value of type null
      1. classes/urlhelper.php(464): ttrss_error_handler(8, Trying to access array offset on value of type null, classes/urlhelper.php, 464, [)
      2. classes/rssutils.php(464): fetch([{"url":"https://some.url.rss","login":"","pass":"","timeout":15,"last_modified":"Sat, 31 Aug 2019 15:22:31 GMT"})
      3. update.php(235): update_rss_feed(732, 1)
      825e362f
  24. Mar 01, 2021
  25. Feb 28, 2021
  26. Feb 23, 2021
  27. Feb 22, 2021
  28. Feb 06, 2021
  29. Feb 05, 2021
  30. Dec 12, 2020
Loading