function AnnotationException::optimizerPlusSaveComments
Return value
1 call to AnnotationException::optimizerPlusSaveComments()
- AnnotationReader::__construct in vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationReader.php - Initializes a new AnnotationReader.
File
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationException.php, line 144
Class
- AnnotationException
- Description of AnnotationException
Namespace
Doctrine\Common\AnnotationsCode
public static function optimizerPlusSaveComments() {
return new self('You have to enable opcache.save_comments=1 or zend_optimizerplus.save_comments=1.');
}