From b6e22a4d9da5e25165255ee134c15a4a16b79f62 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Jul 2016 17:41:53 +0200 Subject: Fix documentation issues --- classes/User.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'classes/User.php') diff --git a/classes/User.php b/classes/User.php index e3d3f1a..33396db 100644 --- a/classes/User.php +++ b/classes/User.php @@ -25,6 +25,7 @@ * An interface to the user table in the database */ class User extends Model { + /** {@inheritDoc} */ public $table = 'user', $fillable_columns = ['username', 'password']; @@ -55,6 +56,11 @@ class User extends Model { ); } + /** + * {@inheritDoc} + * @param $key {@inheritDoc} + * @param $value {@inheritDoc} + */ public function mutator($key, $value) { switch ($key) { case 'password': -- cgit v1.2.3