Commit b10b40e
committed
ContentExtractor: Fix invalid argument type
This was tripping up selfoss:
date_parse(): Passing null to parameter #1 ($datetime) of type string is deprecated
[vendor/j0k3r/graby/src/Extractor/ContentExtractor.php:722]
[vendor/j0k3r/graby/src/Extractor/ContentExtractor.php:722] date_parse()
[vendor/j0k3r/graby/src/Extractor/ContentExtractor.php:541] Graby\Extractor\ContentExtractor->validateDate()
[vendor/j0k3r/graby/src/Graby.php:374] Graby\Extractor\ContentExtractor->process()
[vendor/j0k3r/graby/src/Graby.php:181] Graby\Graby->doFetchContent()
[src/spouts/rss/fulltextrss.php:97] Graby\Graby->fetchContent()
[src/spouts/rss/fulltextrss.php:74] spouts\rss\fulltextrss->getFullContent()
[src/spouts/Item.php:117] spouts\rss\fulltextrss->spouts\rss\{closure}()
[workbench.php:112] spouts\Item->getContent()1 parent f033c3b commit b10b40e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| 722 | + | |
722 | 723 | | |
723 | 724 | | |
724 | 725 | | |
| |||
0 commit comments