mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 14:44:17 +01:00
9 lines
115 B
PHP
9 lines
115 B
PHP
<?php
|
|
|
|
namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\Validation;
|
|
|
|
class Author
|
|
{
|
|
public $eyeColor;
|
|
}
|