From fae603ed54ea83a785683575feaa9e2c5f29a417 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Mon, 17 Sep 2012 00:30:36 +0200 Subject: [PATCH] Some EOF fixes Signed-off-by: Gergely POLONKAI (W00d5t0ck) --- src/GergelyPolonkai/FrontBundle/Entity/CodeChunk.php | 2 +- src/GergelyPolonkai/FrontBundle/Entity/Comment.php | 2 +- src/GergelyPolonkai/FrontBundle/Entity/Post.php | 2 +- src/GergelyPolonkai/FrontBundle/Entity/Tag.php | 2 +- src/GergelyPolonkai/FrontBundle/Entity/Tagging.php | 2 +- src/GergelyPolonkai/FrontBundle/Entity/User.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GergelyPolonkai/FrontBundle/Entity/CodeChunk.php b/src/GergelyPolonkai/FrontBundle/Entity/CodeChunk.php index 01a81ac..8dfbd01 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/CodeChunk.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/CodeChunk.php @@ -189,4 +189,4 @@ class CodeChunk { return $this->content; } -} +} \ No newline at end of file diff --git a/src/GergelyPolonkai/FrontBundle/Entity/Comment.php b/src/GergelyPolonkai/FrontBundle/Entity/Comment.php index a42c7ca..56f7a1d 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/Comment.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/Comment.php @@ -195,4 +195,4 @@ class Comment { return $this->user; } -} +} \ No newline at end of file diff --git a/src/GergelyPolonkai/FrontBundle/Entity/Post.php b/src/GergelyPolonkai/FrontBundle/Entity/Post.php index 1049db3..e0efd31 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/Post.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/Post.php @@ -293,4 +293,4 @@ class Post implements Taggable { return $this->id; } -} +} \ No newline at end of file diff --git a/src/GergelyPolonkai/FrontBundle/Entity/Tag.php b/src/GergelyPolonkai/FrontBundle/Entity/Tag.php index 944be54..ee307ca 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/Tag.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/Tag.php @@ -31,4 +31,4 @@ class Tag extends BaseTag * @ORM\OneToMany(targetEntity="Tagging", mappedBy="tag", fetch="EAGER") */ protected $tagging; -} +} \ No newline at end of file diff --git a/src/GergelyPolonkai/FrontBundle/Entity/Tagging.php b/src/GergelyPolonkai/FrontBundle/Entity/Tagging.php index 3dceb76..fe6a39b 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/Tagging.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/Tagging.php @@ -33,4 +33,4 @@ class Tagging extends BaseTagging * @ORM\ManyToOne(targetEntity="Tag") */ protected $tag; -} +} \ No newline at end of file diff --git a/src/GergelyPolonkai/FrontBundle/Entity/User.php b/src/GergelyPolonkai/FrontBundle/Entity/User.php index bd5b83a..cdc4d8c 100644 --- a/src/GergelyPolonkai/FrontBundle/Entity/User.php +++ b/src/GergelyPolonkai/FrontBundle/Entity/User.php @@ -135,4 +135,4 @@ class User implements UserInterface { return $this->password; } -} +} \ No newline at end of file