TRAVIS_PHP_VERSION=7.0.0 TRAVIS_OS_NAME=linux <<<<<< ENV .editorconfig .gitattributes .gitignore .styleci.yml .travis.yml CHANGELOG.md CONTRIBUTING.md LICENSE.md README.md TODO.md body_params.png composer.json config/apidoc.php docs/Makefile docs/architecture.md docs/conf.py docs/config.md docs/description.md docs/documenting.md docs/generating-documentation.md docs/index.md docs/plugins.md phpstan.neon phpunit.xml resources/views/documentarian.blade.php resources/views/partials/example-requests/bash.blade.php resources/views/partials/example-requests/javascript.blade.php resources/views/partials/example-requests/php.blade.php resources/views/partials/example-requests/python.blade.php resources/views/partials/frontmatter.blade.php resources/views/partials/info.blade.php resources/views/partials/route.blade.php src/ApiDocGeneratorServiceProvider.php src/Commands/GenerateDocumentation.php src/Commands/RebuildDocumentation.php src/Postman/CollectionWriter.php src/Strategies/BodyParameters/GetFromBodyParamTag.php src/Strategies/Metadata/GetFromDocBlocks.php src/Strategies/QueryParameters/GetFromQueryParamTag.php src/Strategies/Responses/ResponseCalls.php src/Strategies/Responses/UseResponseFileTag.php src/Strategies/Responses/UseResponseTag.php src/Strategies/Responses/UseTransformerTags.php src/Strategies/Strategy.php src/Tools/DocumentationConfig.php src/Tools/Flags.php src/Tools/Generator.php src/Tools/LumenRouteAdapter.php src/Tools/RouteDocBlocker.php src/Tools/RouteMatcher.php src/Tools/Traits/DocBlockParamHelpers.php src/Tools/Traits/ParamHelpers.php src/Tools/Utils.php tests/Fixtures/TestController.php tests/Fixtures/TestGroupController.php tests/Fixtures/TestModel.php tests/Fixtures/TestNonCommentedRequest.php tests/Fixtures/TestPartialResourceController.php tests/Fixtures/TestRequest.php tests/Fixtures/TestResourceController.php tests/Fixtures/TestTransformer.php tests/Fixtures/append.md tests/Fixtures/collection.json tests/Fixtures/collection_updated_url.json tests/Fixtures/collection_with_body_parameters.json tests/Fixtures/collection_with_custom_headers.json tests/Fixtures/collection_with_query_parameters.json tests/Fixtures/collection_with_secure_url.json tests/Fixtures/index.md tests/Fixtures/partial_resource_index.md tests/Fixtures/prepend.md tests/Fixtures/resource_index.md tests/Fixtures/response_error_test.json tests/Fixtures/response_test.json tests/GenerateDocumentationTest.php tests/TestHelpers.php tests/Unit/DingoGeneratorTest.php tests/Unit/GeneratorPluginSystemTestCase.php tests/Unit/GeneratorTestCase.php tests/Unit/LaravelGeneratorTest.php tests/Unit/RouteMatcherTest.php <<<<<< network # path=/home/travis/build/mpociot/laravel-apidoc-generator/coverage.xml <<<<<< EOF