@@ -41,6 +41,9 @@ discard block |
||
41 | 41 | self::$instance = $instance; |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $base |
|
46 | + */ |
|
44 | 47 | public function __construct($base = null) |
45 | 48 | { |
46 | 49 | $this->base = $base ? $base : BASE_PATH; |
@@ -50,7 +53,7 @@ discard block |
||
50 | 53 | * Add a new theme manifest for a given identifier. E.g. '$default' |
51 | 54 | * |
52 | 55 | * @param string $set |
53 | - * @param ThemeList $manifest |
|
56 | + * @param \SilverStripe\View\ThemeManifest $manifest |
|
54 | 57 | */ |
55 | 58 | public function addSet($set, ThemeList $manifest) |
56 | 59 | { |
@@ -279,6 +279,9 @@ discard block |
||
279 | 279 | ); |
280 | 280 | } |
281 | 281 | |
282 | + /** |
|
283 | + * @param string[] $templates |
|
284 | + */ |
|
282 | 285 | protected function createTestTemplates($templates) |
283 | 286 | { |
284 | 287 | foreach ($templates as $template) { |
@@ -286,6 +289,9 @@ discard block |
||
286 | 289 | } |
287 | 290 | } |
288 | 291 | |
292 | + /** |
|
293 | + * @param string[] $templates |
|
294 | + */ |
|
289 | 295 | protected function removeTestTemplates($templates) |
290 | 296 | { |
291 | 297 | foreach ($templates as $template) { |