Validation PSR2

This commit is contained in:
jcherqui
2014-11-05 10:24:19 +01:00
parent 37cdbd6c23
commit d5b96d139f
7 changed files with 103 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace DesignPatterns\Repository;
/**
* Post represents entity for some post that user left on the site
*
@@ -34,9 +35,6 @@ class Post
*/
private $created;
/**
* @param int $id
*/
@@ -116,7 +114,4 @@ class Post
{
return $this->title;
}
}
}