public function StaticReflectionParserTest::classAnnotationOptimize in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php \Doctrine\Tests\Common\Reflection\StaticReflectionParserTest::classAnnotationOptimize()
Return value
array
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ StaticReflectionParserTest.php, line 86
Class
Namespace
Doctrine\Tests\Common\ReflectionCode
public function classAnnotationOptimize() {
return array(
array(
false,
),
array(
true,
),
);
}