|
@@ -42,12 +42,6 @@ |
|
|
block discarded – undo |
|
42
|
42
|
* 'url' => 'https://api2.isign.io', |
|
43
|
43
|
* 'sandboxUrl' => 'https://developers.isign.io', |
|
44
|
44
|
* ] |
|
45
|
|
- * @param LoggerInterface|callable|resource|null $logger Logger used to log |
|
46
|
|
- * messages. Pass a LoggerInterface to use a PSR-3 logger. Pass a |
|
47
|
|
- * callable to log messages to a function that accepts a string of |
|
48
|
|
- * data. Pass a resource returned from ``fopen()`` to log to an open |
|
49
|
|
- * resource. Pass null or leave empty to write log messages using |
|
50
|
|
- * ``echo()``. |
|
51
|
45
|
* @return self |
|
52
|
46
|
*/ |
|
53
|
47
|
public static function create(array $options = [], $log = false) |
Please login to merge, or discard this patch.