mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +03:00
fix cs
This commit is contained in:
parent
93cddd98a4
commit
87a42ab52d
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class ObjectModelDescriber implements ModelDescriberInterface, ModelRegistryAwar
|
|||
if (null === $propertyInfoProperties) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
foreach ($propertyInfoProperties as $propertyName) {
|
||||
$types = $this->propertyInfo->getTypes($class, $propertyName);
|
||||
if (0 === count($types)) {
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
namespace Nelmio\ApiDocBundle\Tests\Functional;
|
||||
|
||||
use EXSyst\Component\Swagger\Operation;
|
||||
use EXSyst\Component\Swagger\Tag;
|
||||
use EXSyst\Component\Swagger\Schema;
|
||||
use EXSyst\Component\Swagger\Tag;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class FunctionalTest extends WebTestCase
|
||||
|
|
Loading…
Add table
Reference in a new issue