diff --git a/controllers/ArticleController.php b/controllers/ArticleController.php index 085d796..9f7b072 100755 --- a/controllers/ArticleController.php +++ b/controllers/ArticleController.php @@ -212,7 +212,7 @@ * * @param integer $id * -*@return Article the loaded model + * @return Article the loaded model * @throws NotFoundHttpException if the model cannot be found */ protected function findModel($id) diff --git a/models/Article.php b/models/Article.php index d59d657..1c2ecd4 100755 --- a/models/Article.php +++ b/models/Article.php @@ -14,9 +14,8 @@ /** * This is the model class for table "blog_article". - -* -*@property integer $id + * + * @property integer $id * @property Image $image * @property integer $created_at * @property integer $updated_at -- libgit2 0.21.4