mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 01:14:01 +02:00
Validation PSR2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user