You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$client = new Client($endpoint, $token); // works $component = $client->getComponent(1); // returns error
[Semantical Error] The annotation "@jms\Serializer\Annotation\Type" in property Mangati\Cachet\Result\Component\ComponentEnvelope::$data does not exist, or could not be auto-loaded
The text was updated successfully, but these errors were encountered:
TomKulakov
changed the title
getComponent returns error: "@JMS\Serializer\Annotation\Type"
getComponent returns error involving "@JMS\Serializer\Annotation\Type"
Sep 13, 2017
$client = new Client($endpoint, $token); // works
$component = $client->getComponent(1); // returns error
The text was updated successfully, but these errors were encountered: