@@ -679,10 +679,10 @@ discard block |
||
| 679 | 679 | if (!is_callable('random_bytes') && extension_loaded('com_dotnet') && class_exists('COM')) |
| 680 | 680 | { |
| 681 | 681 | /** |
| 682 | - * Class COM |
|
| 683 | - * |
|
| 684 | - * This is just a stub class. |
|
| 685 | - */ |
|
| 682 | + * Class COM |
|
| 683 | + * |
|
| 684 | + * This is just a stub class. |
|
| 685 | + */ |
|
| 686 | 686 | class com_exception extends Exception |
| 687 | 687 | { |
| 688 | 688 | |
@@ -793,15 +793,15 @@ discard block |
||
| 793 | 793 | if (!is_callable('random_int')) |
| 794 | 794 | { |
| 795 | 795 | /** |
| 796 | - * Fetch a random integer between $min and $max inclusive |
|
| 797 | - * |
|
| 798 | - * @param int $min |
|
| 799 | - * @param int $max |
|
| 800 | - * |
|
| 801 | - * @throws Exception |
|
| 802 | - * |
|
| 803 | - * @return int |
|
| 804 | - */ |
|
| 796 | + * Fetch a random integer between $min and $max inclusive |
|
| 797 | + * |
|
| 798 | + * @param int $min |
|
| 799 | + * @param int $max |
|
| 800 | + * |
|
| 801 | + * @throws Exception |
|
| 802 | + * |
|
| 803 | + * @return int |
|
| 804 | + */ |
|
| 805 | 805 | function random_int($min, $max) |
| 806 | 806 | { |
| 807 | 807 | /** |