Merge pull request #1718 from rishirajpurohit/enhancement/make-RouteDescriberTrait-public

Remove the @internal tag to avoid deprecations on symfony 5.1 (#1673)
This commit is contained in:
Guilhem Niot 2020-09-20 20:16:29 +02:00 committed by GitHub
commit 318fa82cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,6 @@ use EXSyst\Component\Swagger\Operation;
use EXSyst\Component\Swagger\Swagger;
use Symfony\Component\Routing\Route;
/**
* @internal
*/
trait RouteDescriberTrait
{
/**