You are here

public static function AnnotationException::optimizerPlusSaveComments in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php \Doctrine\Common\Annotations\AnnotationException::optimizerPlusSaveComments()

Return value

AnnotationException

1 call to AnnotationException::optimizerPlusSaveComments()
AnnotationReader::__construct in vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
Constructor.

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php, line 181

Class

AnnotationException
Description of AnnotationException

Namespace

Doctrine\Common\Annotations

Code

public static function optimizerPlusSaveComments() {
  return new self("You have to enable opcache.save_comments=1 or zend_optimizerplus.save_comments=1.");
}