From 3cb9955ec62a262a6474c6bfe817536b77e2e51b Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 6 Oct 2014 21:09:19 +0200 Subject: [PATCH] Fixed coding conventions in entities --- src/Entities/Comment.php | 2 +- src/Entities/Favorite.php | 2 +- src/Entities/GlobalParam.php | 2 +- src/Entities/Post.php | 30 +++++++++++++++--------------- src/Entities/Score.php | 2 +- src/Entities/Tag.php | 2 +- src/Entities/Token.php | 6 +++--- src/Entities/User.php | 24 ++++++++++++------------ 8 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/Entities/Comment.php b/src/Entities/Comment.php index 87654204..f255b114 100644 --- a/src/Entities/Comment.php +++ b/src/Entities/Comment.php @@ -1,7 +1,7 @@