[PHP-Symfony] fix name mismatch in generated README (#15961) (#15963)

This fixes the generated README so it  suggests to implement the `class DefaultApi`
in a file named DefaultApi.php (instead of DefaultApiInterface.php)
This commit is contained in:
Guillaume Turri
2023-07-02 17:34:04 +02:00
committed by GitHub
parent 7572e73b8e
commit 22e1e4e450
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ Step 4: Implement the API calls:
```php
<?php
// src/Acme/MyBundle/Api/PetApiInterface.php
// src/Acme/MyBundle/Api/PetApi.php
namespace Acme\MyBundle\Api;