@@ -15,6 +15,9 @@ |
||
| 15 | 15 | { |
| 16 | 16 | private $privateKey; |
| 17 | 17 | |
| 18 | + /** |
|
| 19 | + * @param string $privateKey |
|
| 20 | + */ |
|
| 18 | 21 | public function __construct($privateKey) |
| 19 | 22 | { |
| 20 | 23 | if (! is_readable($privateKey)) { |