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
This is the code
/**
* @var array|MovieCollectionItemViewModel
* @type("ArrayCollection<Server\BusinessLayer\ViewModels\MovieCollectionItemViewModel>")
*/
public $collectionItems = array();
The error:
PHP Fatal Error: Class 'Doctrine\Common\Collections\ArrayCollection' not found in ......./vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php on line 76
The text was updated successfully, but these errors were encountered:
This is the code
/**
* @var array|MovieCollectionItemViewModel
* @type("ArrayCollection<Server\BusinessLayer\ViewModels\MovieCollectionItemViewModel>")
*/
public $collectionItems = array();
The error:
PHP Fatal Error: Class 'Doctrine\Common\Collections\ArrayCollection' not found in ......./vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php on line 76
The text was updated successfully, but these errors were encountered: