We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b49fe6 commit a84a7d8Copy full SHA for a84a7d8
src/Facades/DocuWare.php
@@ -41,7 +41,7 @@
41
* @method static int documentCount(string $fileCabinetId, string $dialogId)
42
* @method static void deleteDocument(string $fileCabinetId, int $documentId)
43
* @method static DocuWareSearchRequestBuilder search()
44
- * @method static DocuWareUrl url(null|ConfigWithCredentials|ConfigWithCredentialsTrustedUser $configuration)
+ * @method static DocuWareUrl url(null|ConfigWithCredentials|ConfigWithCredentialsTrustedUser $configuration = null)
45
*/
46
class DocuWare extends Facade
47
{
0 commit comments