Conversation
Homeboy Results —
|
There was a problem hiding this comment.
Collateral damage (11 issue(s) in related files)
These errors are in files that reference symbols you changed but were not part of this PR:
data-machine.php
- ❌ L408: Parameter #1 $new_blog_id of function switch_to_blog expects int, string given.
argument.type - ❌ L722: If condition is always false.
if.alwaysFalse
inc/Api/Chat/Tools/ApiQuery.php
- ❌ L220: Call to function is_wp_error() with WP_REST_Response will always evaluate to false.
function.impossibleType - ❌ L275: Variable $next in empty() always exists and is not falsy.
empty.variable
inc/Core/Steps/Fetch/Handlers/FetchHandler.php
- ❌ L66: Call to function is_array() with non-empty-array will always evaluate to true.
function.alreadyNarrowedType
inc/Engine/AI/Tools/Global/AmazonAffiliateLink.php
- ❌ L346: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/BingWebmaster.php
- ❌ L147: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/GoogleAnalytics.php
- ❌ L183: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/GoogleSearchConsole.php
- ❌ L177: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/ImageGeneration.php
- ❌ L167: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/PageSpeed.php
- ❌ L148: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
f029d42 to
4ccf71a
Compare
There was a problem hiding this comment.
Collateral damage (11 issue(s) in related files)
These errors are in files that reference symbols you changed but were not part of this PR:
data-machine.php
- ❌ L408: Parameter #1 $new_blog_id of function switch_to_blog expects int, string given.
argument.type - ❌ L722: If condition is always false.
if.alwaysFalse
inc/Api/Chat/Tools/ApiQuery.php
- ❌ L220: Call to function is_wp_error() with WP_REST_Response will always evaluate to false.
function.impossibleType - ❌ L275: Variable $next in empty() always exists and is not falsy.
empty.variable
inc/Core/Steps/Fetch/Handlers/FetchHandler.php
- ❌ L66: Call to function is_array() with non-empty-array will always evaluate to true.
function.alreadyNarrowedType
inc/Engine/AI/Tools/Global/AmazonAffiliateLink.php
- ❌ L346: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/BingWebmaster.php
- ❌ L147: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/GoogleAnalytics.php
- ❌ L183: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/GoogleSearchConsole.php
- ❌ L177: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/ImageGeneration.php
- ❌ L167: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
inc/Engine/AI/Tools/Global/PageSpeed.php
- ❌ L148: PHPDoc tag @param references unknown parameter: $config_data
parameter.notFound
Summary
Why
This adds generic, low-risk workspace inspection primitives so users can compose code-aware workflows without enabling mutation tools.
Testing
Related