@@ -175,7 +175,7 @@ |
||
| 175 | 175 | ]; |
| 176 | 176 | |
| 177 | 177 | /** |
| 178 | - * @var array $templateVars |
|
| 178 | + * @var array $templateVars |
|
| 179 | 179 | */ |
| 180 | 180 | $templateVars = Registry::get('templateVars'); |
| 181 | 181 | $templateVars += $defaults; |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | */ |
| 50 | 50 | public function outputPluginSettings($data = null) |
| 51 | 51 | { |
| 52 | - // you can access this plugins' config in $this->settings |
|
| 52 | + // you can access this plugins' config in $this->settings |
|
| 53 | 53 | $settings = $this->settings; |
| 54 | 54 | |
| 55 | 55 | $content = $data['content']; |
@@ -211,6 +211,11 @@ |
||
| 211 | 211 | * @return mixed |
| 212 | 212 | */ |
| 213 | 213 | // @codingStandardsIgnoreStart |
| 214 | + |
|
| 215 | + /** |
|
| 216 | + * @param integer $min |
|
| 217 | + * @param integer $max |
|
| 218 | + */ |
|
| 214 | 219 | public static function crypto_rand_secure($min, $max) |
| 215 | 220 | { |
| 216 | 221 | // @codingStandardsIgnoreEnd |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | /** |
| 123 | 123 | * Resolves request into the current page |
| 124 | 124 | * |
| 125 | - * @return Page|ResponseInterface |
|
| 125 | + * @return Page |
|
| 126 | 126 | */ |
| 127 | 127 | protected function resolveCurrentPage(Router $router) |
| 128 | 128 | { |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | /** |
| 161 | 161 | * Renders page into output format (HTML) |
| 162 | 162 | * |
| 163 | - * @return string|ResponseInterface |
|
| 163 | + * @return string |
|
| 164 | 164 | */ |
| 165 | 165 | protected function renderHtml(Page $page) |
| 166 | 166 | { |