removed superfluous Class comments

This commit is contained in:
Dominik Liebler
2016-09-22 09:18:20 +02:00
parent 95ad95c33e
commit 1da5772226
43 changed files with 1 additions and 145 deletions

View File

@@ -2,11 +2,6 @@
namespace DesignPatterns\More\Repository;
/**
* Post represents entity for some post that user left on the site.
*
* Class Post
*/
class Post
{
/**