Added php doc.

This commit is contained in:
James Cole
2016-01-11 21:42:51 +01:00
parent 5da5024ad3
commit da7eb615db
7 changed files with 68 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property-read Account $account
* @property-read Collection|PiggyBankRepetition[] $piggyBankRepetitions
* @property-read Collection|PiggyBankEvent[] $piggyBankEvents
* @property string $reminder
*/
class PiggyBank extends Model
{