@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * Render the first view that exists to a string |
| 19 | 19 | * |
| 20 | - * @param string[] $view |
|
| 20 | + * @param string[] $views |
|
| 21 | 21 | * @param array $context |
| 22 | 22 | * @return string |
| 23 | 23 | */ |
@@ -2,9 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace WPEmerge\View; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | 5 | use View as ViewService; |
| 7 | -use WPEmerge\Helpers\Path; |
|
| 8 | 6 | |
| 9 | 7 | /** |
| 10 | 8 | * Render view files with php |