@@ -60,7 +60,7 @@ |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * @param $url |
|
| 63 | + * @param string $url |
|
| 64 | 64 | * |
| 65 | 65 | * @return File |
| 66 | 66 | * @throws InvalidResponseException |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * @param $text |
|
| 63 | + * @param string $text |
|
| 64 | 64 | * |
| 65 | 65 | * @return Tag |
| 66 | 66 | * @throws InvalidResponseException |
@@ -112,7 +112,7 @@ |
||
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | /** |
| 115 | - * @param array $data |
|
| 115 | + * @param UserDTO $data |
|
| 116 | 116 | * |
| 117 | 117 | * @throws InvalidResponseException |
| 118 | 118 | */ |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Skobkin\Bundle\PointToolsBundle\Service\Factory\Blogs; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 7 | 6 | use Doctrine\ORM\EntityRepository; |
| 8 | 7 | use Psr\Log\LoggerInterface; |
| 9 | 8 | use Skobkin\Bundle\PointToolsBundle\Entity\Blogs\File; |
@@ -307,7 +307,7 @@ |
||
| 307 | 307 | /** |
| 308 | 308 | * Creates URL of avatar with specified size by login string |
| 309 | 309 | * |
| 310 | - * @param $login |
|
| 310 | + * @param string $login |
|
| 311 | 311 | * @param $size |
| 312 | 312 | * |
| 313 | 313 | * @return string |
@@ -116,7 +116,7 @@ |
||
| 116 | 116 | * @param array $parameters Parameters array used to fill path template |
| 117 | 117 | * @param bool $decodeJsonResponse Decode JSON or return plaintext |
| 118 | 118 | * @param bool $decodeJsonToObjects Decode JSON objects to PHP objects instead of arrays |
| 119 | - * @return mixed |
|
| 119 | + * @return string |
|
| 120 | 120 | */ |
| 121 | 121 | public function getPostRequestData($path, array $parameters = [], $decodeJsonResponse = false, $decodeJsonToObjects = false) |
| 122 | 122 | { |