-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEW action PHPStan & 36 little 🐛 fixes #931
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2a12ea - Browse repository at this point
Copy the full SHA c2a12eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9517df - Browse repository at this point
Copy the full SHA c9517dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d247c - Browse repository at this point
Copy the full SHA 05d247cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b20e6 - Browse repository at this point
Copy the full SHA 63b20e6View commit details
Commits on Oct 3, 2024
-
Fix: Parameter #1 $version1 of function version_compare expects strin…
…g, int<50207, max> given.
Configuration menu - View commit details
-
Copy full SHA for 6dab970 - Browse repository at this point
Copy the full SHA 6dab970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdf65a - Browse repository at this point
Copy the full SHA 7bdf65aView commit details -
Fix: Path in require_once() "./wp-admin/includes/upgrade.php" is not …
…a file or it does not exist.
Configuration menu - View commit details
-
Copy full SHA for 90b8a0b - Browse repository at this point
Copy the full SHA 90b8a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffeecba - Browse repository at this point
Copy the full SHA ffeecbaView commit details -
Fix: Parameter #1 $new_blog_id of function switch_to_blog expects int…
…, string given.
Configuration menu - View commit details
-
Copy full SHA for dd691e4 - Browse repository at this point
Copy the full SHA dd691e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a57156 - Browse repository at this point
Copy the full SHA 3a57156View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ea845 - Browse repository at this point
Copy the full SHA e4ea845View commit details -
Fix & Unit test: Method GatherPress\Core\Settings::sort_sub_pages_by_…
…priority() should return int but returns bool.
Configuration menu - View commit details
-
Copy full SHA for 684d1ec - Browse repository at this point
Copy the full SHA 684d1ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968ac3b - Browse repository at this point
Copy the full SHA 968ac3bView commit details -
Parameter #2 $callback of function usort expects callable(array, arra…
…y): int, array{$this(GatherPress\Core\Rsvp), 'sort_by_timestamp'} given.
Configuration menu - View commit details
-
Copy full SHA for 3242163 - Browse repository at this point
Copy the full SHA 3242163View commit details -
Revert "Fix: Parameter #3 $group of function wp_cache_set expects str…
…ing, int given." This reverts commit 968ac3b.
Configuration menu - View commit details
-
Copy full SHA for 2ed2443 - Browse repository at this point
Copy the full SHA 2ed2443View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86472d - Browse repository at this point
Copy the full SHA c86472dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4b8fd - Browse repository at this point
Copy the full SHA 0d4b8fdView commit details -
Fix: Expression on left side of ?? is not nullable. (Because get_perm…
…alink returns FALSE, not NULL if it fails)
Configuration menu - View commit details
-
Copy full SHA for b237d92 - Browse repository at this point
Copy the full SHA b237d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e15db - Browse repository at this point
Copy the full SHA f0e15dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b754286 - Browse repository at this point
Copy the full SHA b754286View commit details -
Fix: Filter callback return statement is missing.
Because 'pre_get_comments' is an action, not a filter.
Configuration menu - View commit details
-
Copy full SHA for 4125173 - Browse repository at this point
Copy the full SHA 4125173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511330d - Browse repository at this point
Copy the full SHA 511330dView commit details -
Fix: Instanceof between WP_Comment_Query and WP_Comment_Query will al…
…ways evaluate to true.
Configuration menu - View commit details
-
Copy full SHA for 33fcfeb - Browse repository at this point
Copy the full SHA 33fcfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for df75ff9 - Browse repository at this point
Copy the full SHA df75ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b82f0f - Browse repository at this point
Copy the full SHA 8b82f0fView commit details -
Which is way more performant: vendor/bin/phpstan analyze -vv --memory-limit=2G Elapsed time: 5 seconds Used memory: 663.28 MB Elapsed time: 10 seconds Used memory: 1.08 GB composer test:phpstan (which runs `vendor/bin/phpstan analyze -vv --memory-limit=2G` under the hood) Elapsed time: Used memory: 70.5 MB
Configuration menu - View commit details
-
Copy full SHA for 575719b - Browse repository at this point
Copy the full SHA 575719bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca595d5 - Browse repository at this point
Copy the full SHA ca595d5View commit details -
Fix: Result of function selected (void) is used. AND (Parameter #1 (v…
…oid) of echo cannot be converted to string.) which was a false positive.
Configuration menu - View commit details
-
Copy full SHA for 6f36dc1 - Browse repository at this point
Copy the full SHA 6f36dc1View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5685aad - Browse repository at this point
Copy the full SHA 5685aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7c27f - Browse repository at this point
Copy the full SHA 4b7c27fView commit details -
Fix: Parameter #1 $comment_id of function get_comment_meta expects in…
…t, string given. AND Parameter #1 $object_ids of function wp_get_object_terms expects array<int>|int, string given.
Configuration menu - View commit details
-
Copy full SHA for e58785e - Browse repository at this point
Copy the full SHA e58785eView commit details -
Fix: Call to function is_wp_error() with int|string|false will always…
… evaluate to false.
Configuration menu - View commit details
-
Copy full SHA for 0ad3a3e - Browse repository at this point
Copy the full SHA 0ad3a3eView commit details -
Fix: Offset 'approved' on array{approved: int, awaiting_moderation: i…
…nt, spam: int, trash: int, post-trashed: int, total_comments: int, all: int} on left side of ?? always exists and is not nullable.
Configuration menu - View commit details
-
Copy full SHA for 9d967fb - Browse repository at this point
Copy the full SHA 9d967fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f0271 - Browse repository at this point
Copy the full SHA 64f0271View commit details -
Fix: Property WP_Query::$is_post_type_archive (bool) does not accept …
…array<int, string>.
Configuration menu - View commit details
-
Copy full SHA for 2c3585c - Browse repository at this point
Copy the full SHA 2c3585cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4466e - Browse repository at this point
Copy the full SHA ea4466eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30599f2 - Browse repository at this point
Copy the full SHA 30599f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b47a6ca - Browse repository at this point
Copy the full SHA b47a6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa69812 - Browse repository at this point
Copy the full SHA aa69812View commit details -
Configuration menu - View commit details
-
Copy full SHA for c615cd5 - Browse repository at this point
Copy the full SHA c615cd5View commit details