@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | * Renders file content using given data. |
| 84 | 84 | * Converts to array with ArrayHelper::toArray. |
| 85 | 85 | * @param mixed $data |
| 86 | - * @return string file content |
|
| 86 | + * @return boolean file content |
|
| 87 | 87 | */ |
| 88 | 88 | public function renderPath($path, $data) |
| 89 | 89 | { |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | * Read file into a string or array. |
| 133 | 133 | * @param string $path |
| 134 | 134 | * @param bool $asArray |
| 135 | - * @return string|array |
|
| 135 | + * @return string |
|
| 136 | 136 | */ |
| 137 | 137 | public function read($path, $asArray = false) |
| 138 | 138 | { |