@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | * |
| 37 | 37 | * @param string $file The path to the file |
| 38 | 38 | * |
| 39 | - * @return mixed The results of the include |
|
| 39 | + * @return string The results of the include |
|
| 40 | 40 | * @since 0.2.4 |
| 41 | 41 | * @codeCoverageIgnore |
| 42 | 42 | */ |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | * will return the result of the closure, if not, it will simply return the |
| 65 | 65 | * value. |
| 66 | 66 | * |
| 67 | - * @param mixed $var The value to get |
|
| 67 | + * @param string|null $var The value to get |
|
| 68 | 68 | * |
| 69 | 69 | * @return mixed |
| 70 | 70 | * @since 0.1.0 |