Incorrect PHPDoc return type in AiAgentStatusUpdateInterface
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3548606. -->
Reported by: [narendrar](https://www.drupal.org/user/1730192)
Related to !193
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In the <em>AiAgentStatusUpdateInterface</em>, the PHPDoc for the getItems()/setItems() methods specifies a return type of <code>\Drupal\ai_agents\Service\AgentStatus\UpdateItems\AiAgentStatusUpdateItemInterface[].</code></p>
<p>This appears to be an incorrect type hint, as that interface is not available or is not the intended base type. ]</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Update the @return annotation in the PHPDoc to use the correct StatusBaseInterface.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue