annotations
annotations copied to clipboard
The KISS PHP annotations library.
I have a problem if I used this kind off annotation /** * @export * @request.put * * @param string $idloja * @param string $idtransacao * @param float $valor *...
Its not compatible with current phpunit implementation. Also the pull requests are not maintained any more. Is this package abandoned?
Hello. Do you planning to support nikic/php-parser versions higher than 4.0 ? Thanks.
HHVM is no longer php-compatible as of 2017 and tests fail hard in travis because of composer problems. https://www.infoworld.com/article/3226489/forget-php-facebooks-hhvm-engine-switches-to-hack-instead.html
* simplified default types registration * introducing container for type instantiation * default types are singletons * type upgrade is backwards compatible * allowing to register namespace lookup for simplified...
For project organization reasons I need my concrete annotation classes to reside in a deeply nested namespace, but I don't want to type the whole namespace path every time I...
The current version of the annotation-parser does not tell between a single JSON-array and multiple simple annotations. But it should! $parser = new \Minime\Annotations\Parser; $this->assertNotSame( $parser->parse('@foo 1 @foo 2 @foo...
Currently there is a method `AnnotationBag::getAsArray()` That's very convenient when we want to make sure to retrieve an array. What's about adding a method `AnnotationBag::getAsString()` or `AnnotationBag::getAsRawString()` to get the...
Mainly to upgrade the dependencies php-parser and PHPUnit, so it won't block my project from upgrading php-parser ...