@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | * @param AbstractMethod $method Teebot method's instance to get arguments from |
| 56 | 56 | * @param null|AbstractEntity $parent Parent entity that initiated the Request |
| 57 | 57 | * |
| 58 | - * @return null|Response |
|
| 58 | + * @return Response |
|
| 59 | 59 | */ |
| 60 | 60 | public function exec(AbstractMethod $method, $parent = null) |
| 61 | 61 | { |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | * @param string $entityClass Entity class name that should be passed to Response constructor |
| 117 | 117 | * @param null|AbstractEntity $parent Parent entity |
| 118 | 118 | * |
| 119 | - * @return null|Response |
|
| 119 | + * @return Response |
|
| 120 | 120 | */ |
| 121 | 121 | public function createResponseFromData($receivedData, $entityClass, $parent = null) |
| 122 | 122 | { |