@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | /** |
68 | 68 | * Render plain not found message |
69 | 69 | * |
70 | - * @return ResponseInterface |
|
70 | + * @return string |
|
71 | 71 | */ |
72 | 72 | protected function renderPlainNotFoundOutput() |
73 | 73 | { |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Return a response for application/json content not found |
79 | 79 | * |
80 | - * @return ResponseInterface |
|
80 | + * @return string |
|
81 | 81 | */ |
82 | 82 | protected function renderJsonNotFoundOutput() |
83 | 83 | { |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | /** |
88 | 88 | * Return a response for xml content not found |
89 | 89 | * |
90 | - * @return ResponseInterface |
|
90 | + * @return string |
|
91 | 91 | */ |
92 | 92 | protected function renderXmlNotFoundOutput() |
93 | 93 | { |