- Merge request !193#3548606: Incorrect PHPDoc return type in AiAgentStatusUpdateInterface → (Merged) created by narendraR
In the AiAgentStatusUpdateInterface, the PHPDoc for the getItems()/setItems() methods specifies a return type of \Drupal\ai_agents\Service\AgentStatus\UpdateItems\AiAgentStatusUpdateItemInterface[].
This appears to be an incorrect type hint, as that interface is not available or is not the intended base type. ]
Update the @return annotation in the PHPDoc to use the correct StatusBaseInterface.
Active
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.