DEBSOURCES
Skip Quicknav
sources / php-doctrine-annotations / 1.11.2-1%2Bdeb11u1 / tests / Doctrine / Tests / Common / Annotations / Fixtures / Annotation / Version.php
1234567891011
<?php namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation; /** * @Annotation * @Target("PROPERTY") */ final class Version { }