NelmioApiDocBundle/.gitignore
Alex Kalineskou cc97b0ba45
Add support for php attributes (#1932)
* Add support for php attributes

* Fix tests for php 8.1

* Simplify the annotations

* Revert the changes to the tests

* CS

* Test FOSRest parsing of attributes

* CS

* typo

* CS

* Test fetchArticle php 8.1 attributes

* Fix namespaces

Co-authored-by: Guilhem Niot <guilhem@gniot.fr>
2021-12-21 16:16:14 +01:00

13 lines
168 B
Plaintext

/var/
/vendor/
/composer.phar
/composer.lock
/.php_cs.cache
/.php_cs
/phpunit.xml
/.phpunit
/.phpunit.result.cache
/Tests/Functional/cache
/Tests/Functional/logs
.idea