mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +03:00
Fix error
This commit is contained in:
parent
68bf1670f3
commit
a01fd1e4f0
1 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,7 @@ namespace Nelmio\ApiDocBundle\Tests\Functional\Entity\ArrayItemsError;
|
|||
*/
|
||||
class Bar
|
||||
{
|
||||
/**
|
||||
* @var array[]
|
||||
*/
|
||||
public $things;
|
||||
|
||||
public function addThing(array $thing) { }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue