@@ -221,11 +221,11 @@ |
||
| 221 | 221 | * Write-enable the specified file/folder |
| 222 | 222 | * |
| 223 | 223 | * @param string $path |
| 224 | - * @param bool|string $group |
|
| 224 | + * @param boolean $group |
|
| 225 | 225 | * @param bool $create |
| 226 | 226 | * |
| 227 | 227 | * @internal param bool $recurse |
| 228 | - * @return false on failure, method (u-ser,g-roup,w-orld) on success |
|
| 228 | + * @return false|string on failure, method (u-ser,g-roup,w-orld) on success |
|
| 229 | 229 | */ |
| 230 | 230 | public function makeWritable($path, $group = false, $create = true) |
| 231 | 231 | { |
@@ -63,6 +63,8 @@ discard block |
||
| 63 | 63 | /** |
| 64 | 64 | * *#@+ |
| 65 | 65 | * Xoops Write Licence System Key |
| 66 | + * @param string $system_key |
|
| 67 | + * @param string $licensefile |
|
| 66 | 68 | */ |
| 67 | 69 | public function xoops_putLicenseKey($system_key, $licensefile, $license_file_dist = 'license.dist.php') |
| 68 | 70 | { |
@@ -136,6 +138,7 @@ discard block |
||
| 136 | 138 | /** |
| 137 | 139 | * *#@+ |
| 138 | 140 | * Xoops Stripe Licence System Key |
| 141 | + * @param string $xoops_key |
|
| 139 | 142 | */ |
| 140 | 143 | public function xoops_stripeKey($xoops_key) |
| 141 | 144 | { |
@@ -70,6 +70,8 @@ discard block |
||
| 70 | 70 | /** |
| 71 | 71 | * *#@+ |
| 72 | 72 | * Xoops Write Licence System Key |
| 73 | + * @param string $public_key |
|
| 74 | + * @param string $licensefile |
|
| 73 | 75 | */ |
| 74 | 76 | public function xoops_upgradeLicenseKey($public_key, $licensefile, $license_file_dist = 'license.dist.php') |
| 75 | 77 | { |
@@ -94,6 +96,8 @@ discard block |
||
| 94 | 96 | /** |
| 95 | 97 | * *#@+ |
| 96 | 98 | * Xoops Write Licence System Key |
| 99 | + * @param string $system_key |
|
| 100 | + * @param string $licensefile |
|
| 97 | 101 | */ |
| 98 | 102 | public function xoops_putLicenseKey($system_key, $licensefile, $license_file_dist = 'license.dist.php') |
| 99 | 103 | { |
@@ -209,6 +213,7 @@ discard block |
||
| 209 | 213 | /** |
| 210 | 214 | * *#@+ |
| 211 | 215 | * Xoops Stripe Licence System Key |
| 216 | + * @param string $xoops_key |
|
| 212 | 217 | */ |
| 213 | 218 | public function xoops_stripeKey($xoops_key, $num = 6, $length = 30, $uu = 0) |
| 214 | 219 | { |
@@ -220,8 +220,8 @@ |
||
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | /** |
| 223 | - * @param $table |
|
| 224 | - * @param $query |
|
| 223 | + * @param string $table |
|
| 224 | + * @param string $query |
|
| 225 | 225 | * |
| 226 | 226 | * @return bool |
| 227 | 227 | */ |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | /** |
| 81 | 81 | * Check imptotal |
| 82 | 82 | * |
| 83 | - * @return bool |
|
| 83 | + * @return boolean|null |
|
| 84 | 84 | */ |
| 85 | 85 | public function check_imptotal() |
| 86 | 86 | { |
@@ -1,8 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | use Xmf\Database\Tables; |
| 4 | -use Xmf\Key\Basic; |
|
| 5 | -use Xmf\Key\FileStorage; |
|
| 6 | 4 | |
| 7 | 5 | /** |
| 8 | 6 | * Upgrade from 2.5.7 to 2.5.8 |
@@ -18,6 +18,9 @@ |
||
| 18 | 18 | |
| 19 | 19 | // $tpl_file, $cache_id, $compile_id, $results |
| 20 | 20 | |
| 21 | +/** |
|
| 22 | + * @param Smarty $smarty |
|
| 23 | + */ |
|
| 21 | 24 | function smarty_core_write_cache_file($params, &$smarty) |
| 22 | 25 | { |
| 23 | 26 | |
@@ -18,6 +18,9 @@ |
||
| 18 | 18 | |
| 19 | 19 | // $tpl_file, $cache_id, $compile_id, $results |
| 20 | 20 | |
| 21 | +/** |
|
| 22 | + * @param Smarty $smarty |
|
| 23 | + */ |
|
| 21 | 24 | function smarty_core_write_cache_file($params, &$smarty) |
| 22 | 25 | { |
| 23 | 26 | |
@@ -18,6 +18,9 @@ |
||
| 18 | 18 | |
| 19 | 19 | // $tpl_file, $cache_id, $compile_id, $results |
| 20 | 20 | |
| 21 | +/** |
|
| 22 | + * @param Smarty $smarty |
|
| 23 | + */ |
|
| 21 | 24 | function smarty_core_write_cache_file($params, &$smarty) |
| 22 | 25 | { |
| 23 | 26 | |