@@ -693,7 +693,7 @@ discard block |
||
693 | 693 | * - caches the formatting data from the setting for optimization. |
694 | 694 | * |
695 | 695 | * @param float $number A number |
696 | - * @param bool|int $override_decimal_count If set, will use the specified number of decimal places. Otherwise it's automatically determined |
|
696 | + * @param integer $override_decimal_count If set, will use the specified number of decimal places. Otherwise it's automatically determined |
|
697 | 697 | * @return string A formatted number |
698 | 698 | */ |
699 | 699 | function comma_format($number, $override_decimal_count = false) |
@@ -5646,7 +5646,7 @@ discard block |
||
5646 | 5646 | * It assumes the data is already a string. |
5647 | 5647 | * @param string $data The data to print |
5648 | 5648 | * @param string $type The content type. Defaults to Json. |
5649 | - * @return void |
|
5649 | + * @return false|null |
|
5650 | 5650 | */ |
5651 | 5651 | function smf_serverResponse($data = '', $type = 'content-type: application/json') |
5652 | 5652 | { |