I have these namespaces defined in my bootstrap file:
use Doctrine\Common\ClassLoader,
Doctrine\Common\Annotations\AnnotationReader,
Doctrine\ODM\MongoDB\DocumentManager,
Doctrine\ODM\MongoDB\Mongo,
Doctrine\ODM\MongoDB\Configuration,
Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver;
But there is an error on the first line above:
syntax error, unexpected 'Doctrine', expecting '('
7.X is supposed to have namespace support, but it's showing errors ALL throughout my project. Any idea why?