Hallo,
ich entwickle für Shopware in PHP-Storm. Ich möchte das Beispiel zu Doctrine und ORM aus dem Handbuch 6.3 nachstellen.
Als Erleichterung habe ich das Shopware-Plugin, Symfony, PHP Annotations und PHP Toolbox installiert.
leider habe ich trotzdem ein Problem bei meinen Imports:
use Doctrine\Common\_ **Collections** _\ArrayCollection; use Doctrine\ORM\Mapping as ORM; use Shopware\Components\Model\ModelEntity;
aus irgendeinem Grund ist das Collections-Package aus Doctrine unbekannt.
Die anderen Imports funktionieren, auch mit Autovervollständigung.
An was kann das liegen?
viele Grüße