@@ -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 |
@@ -856,7 +856,7 @@ discard block |
||
856 | 856 | /** |
857 | 857 | * attempt to find blocks matched by path and args |
858 | 858 | * |
859 | - * @param $searchIn |
|
859 | + * @param Block $searchIn |
|
860 | 860 | * @param array $path |
861 | 861 | * @param $orderedArgs |
862 | 862 | * @param $keywordArgs |
@@ -1666,7 +1666,7 @@ discard block |
||
1666 | 1666 | } |
1667 | 1667 | |
1668 | 1668 | /** |
1669 | - * @param $type |
|
1669 | + * @param null|string $type |
|
1670 | 1670 | * @param null $selectors |
1671 | 1671 | * |
1672 | 1672 | * @return \stdClass |
@@ -2218,7 +2218,7 @@ discard block |
||
2218 | 2218 | * |
2219 | 2219 | * @param bool $true (optional) Default, allow CSS. |
2220 | 2220 | * |
2221 | - * @return void |
|
2221 | + * @return boolean|null |
|
2222 | 2222 | * |
2223 | 2223 | * @access public |
2224 | 2224 | * |