@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | |
212 | 212 | /** |
213 | 213 | * @param array $importPath |
214 | - * @param $parentBlock |
|
214 | + * @param Block $parentBlock |
|
215 | 215 | * @param $out |
216 | 216 | * |
217 | 217 | * @return array|false |
@@ -857,7 +857,7 @@ discard block |
||
857 | 857 | /** |
858 | 858 | * attempt to find blocks matched by path and args |
859 | 859 | * |
860 | - * @param $searchIn |
|
860 | + * @param Block $searchIn |
|
861 | 861 | * @param array $path |
862 | 862 | * @param $orderedArgs |
863 | 863 | * @param $keywordArgs |
@@ -1667,7 +1667,7 @@ discard block |
||
1667 | 1667 | } |
1668 | 1668 | |
1669 | 1669 | /** |
1670 | - * @param $type |
|
1670 | + * @param null|string $type |
|
1671 | 1671 | * @param null $selectors |
1672 | 1672 | * |
1673 | 1673 | * @return \stdClass |
@@ -2219,7 +2219,7 @@ discard block |
||
2219 | 2219 | * |
2220 | 2220 | * @param bool $true (optional) Default, allow CSS. |
2221 | 2221 | * |
2222 | - * @return void |
|
2222 | + * @return boolean|null |
|
2223 | 2223 | * |
2224 | 2224 | * @access public |
2225 | 2225 | * |