@@ -79,6 +79,7 @@ discard block |
||
79 | 79 | * Load adapter, currently we are using 2 adapters: twig and blade |
80 | 80 | * |
81 | 81 | * @var $adapter_name string Path to template folder. |
82 | + * @param string $adapter_name |
|
82 | 83 | * @return Twig_Environment || Blade |
83 | 84 | */ |
84 | 85 | public function loadAdapter($adapter_name) { |
@@ -121,7 +122,7 @@ discard block |
||
121 | 122 | * |
122 | 123 | * @var $app_name string Your application name, should be lowercase, letters only. |
123 | 124 | * |
124 | - * @return object \VA\Templater\Engine |
|
125 | + * @return Templater \VA\Templater\Engine |
|
125 | 126 | */ |
126 | 127 | public function setWordPressThemeSupport($app_name) { |
127 | 128 | // Path to templates folder in wordpress theme |