NEW action PHPStan & 36 little 🐛 fixes#931
Merged
mauteri merged 40 commits intoGatherPress:mainfrom carstingaxion:try/phpstan-for-wpOct 4, 2024
+479-68
Commits
Commits on Oct 1, 2024
Commits on Oct 3, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Parameter #2 $callback of function usort expects callable(array, array): int, array{$this(GatherPress\Core\Rsvp), 'sort_by_timestamp'} given.
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Fix: Result of function selected (void) is used. AND (Parameter #1 (void) of echo cannot be converted to string.) which was a false positive.
committed
Commits on Oct 4, 2024
- committed
- committed
Fix: Parameter #1 $comment_id of function get_comment_meta expects int, string given. AND Parameter #1 $object_ids of function wp_get_object_terms expects array<int>|int, string given.
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed