Improve coverage for Spectre

This commit is contained in:
James Cole
2018-05-22 18:05:35 +02:00
parent 5664d51695
commit 740f4e403f
4 changed files with 250 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property int $id
* @property string $name
* @property string $iban
* @property AccountType $accountType
*/
class Account extends Model
{