Fix error

This commit is contained in:
Guilhem Niot 2020-11-28 16:11:05 +01:00
parent 68bf1670f3
commit a01fd1e4f0

View File

@ -16,8 +16,7 @@ namespace Nelmio\ApiDocBundle\Tests\Functional\Entity\ArrayItemsError;
*/ */
class Bar class Bar
{ {
/**
* @var array[]
*/
public $things; public $things;
public function addThing(array $thing) { }
} }