@@ -133,7 +133,7 @@ |
||
133 | 133 | /** |
134 | 134 | * Generate a random string of length. SECURE |
135 | 135 | * @param $length |
136 | - * @return null|string |
|
136 | + * @return string |
|
137 | 137 | * @throws \twhiston\twLib\TwLibException if string is generated non securely or result is null |
138 | 138 | */ |
139 | 139 | static public function String($length) |
@@ -16,9 +16,9 @@ |
||
16 | 16 | * @package twhiston\twLib\Object |
17 | 17 | */ |
18 | 18 | /** |
19 | - * Class Instantiate |
|
20 | - * @package twhiston\twLib\Object |
|
21 | - */ |
|
19 | + * Class Instantiate |
|
20 | + * @package twhiston\twLib\Object |
|
21 | + */ |
|
22 | 22 | class Instantiate |
23 | 23 | { |
24 | 24 |