mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-05 11:01:09 -05:00
* Remove FreshRSS_Searchable for better types The interface was not used, and it was preventing more precise types for the different `searchById()` methods, as they each have different input and output types. * Consistent entry ID Entry IDs (which are 64-bit integers) must be processed as string to be compatible with 32-bit platforms * Fix type * A few more related types * PHPStan level 6 * Some more casts needed * String cast for htmlspecialchars
9.7 KiB
9.7 KiB