@@ -274,7 +274,7 @@ |
||
| 274 | 274 | } |
| 275 | 275 | |
| 276 | 276 | /** |
| 277 | - * @param unknown_type $image |
|
| 277 | + * @param string $image |
|
| 278 | 278 | */ |
| 279 | 279 | public function setImage($image) |
| 280 | 280 | { |
@@ -41,6 +41,9 @@ |
||
| 41 | 41 | return $media_url; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param boolean $entry |
|
| 46 | + */ |
|
| 44 | 47 | public function checkPost($entry) |
| 45 | 48 | { |
| 46 | 49 | $post = $this->getPostVotePostMapper()->findOneBy(array('entry' => $entry)); |