#32444 closed defect (bug) (fixed)
Scrutinizer in 4.3
Reported by: | wonderboymusic | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Tracking ticket for improving static analysis
Attachments (7)
Change History (131)
#17
in reply to:
↑ 16
@
10 years ago
Replying to wonderboymusic:
In 32535:
Replacing return null
with just return
raises flags in PhpStorm: “Missing return argument”. Does scrutinizer complain when null
is used, even when @return array|null
is part of the phpDoc?
#86
follow-up:
↓ 87
@
10 years ago
r32596 is causing breakage for me using wp_editor()
theme-side.
Fatal error: Call to a member function do_items() on a non-object in /srv/www/wordpress-develop/src/wp-includes/functions.wp-styles.php on line 64
#87
in reply to:
↑ 86
@
10 years ago
Replying to johnjamesjacoby:
r32596 is causing breakage for me using
wp_editor()
theme-side.
Fatal error: Call to a member function do_items() on a non-object in /srv/www/wordpress-develop/src/wp-includes/functions.wp-styles.php on line 64
See #32541.
#99
in reply to:
↑ 91
@
10 years ago
Replying to wonderboymusic:
In 32732:
This broke the unit tests. https://travis-ci.org/aaronjorbin/develop.wordpress/builds/66576551
#120
follow-up:
↓ 121
@
9 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Something is busted with Scrutinizer itself:
https://scrutinizer-ci.com/g/staylor/WordPress/inspections/c94a164a-e140-4bd1-a266-c0f1df0f19ee
Let's call this done for 4.3. If I get it running again, and I find some flagrant code errors (variables used that aren't set, unused code, missing access modifiers, wrong types for @param
s, etc) - I'll post them here.
#121
in reply to:
↑ 120
@
9 years ago
Replying to wonderboymusic:
Something is busted with Scrutinizer itself:
https://scrutinizer-ci.com/g/staylor/WordPress/inspections/c94a164a-e140-4bd1-a266-c0f1df0f19ee
I just bumped into this, no idea if it would actually help in fixing the above, SSH'ing into the build session!
https://scrutinizer-ci.com/docs/troubleshooting/ssh_access_to_build
https://scrutinizer-ci.com/g/staylor/WordPress/inspections/abef20c9-6628-4374-b86c-dd771c65f811/issues/