Skip to content

Commit a3ff31f

Browse files
authored
update PHPDoc block (#449)
1 parent 571e604 commit a3ff31f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Facades/Client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*
2121
* @package Webklex\IMAP\Facades
2222
*
23-
* @method \Webklex\PHPIMAP\Client account($name = null)
24-
* @method \Webklex\PHPIMAP\Client make($options = [])
23+
* @method static \Webklex\PHPIMAP\Client account($name = null)
24+
* @method static \Webklex\PHPIMAP\Client make($options = [])
2525
*/
2626
class Client extends Facade {
2727

@@ -33,4 +33,4 @@ class Client extends Facade {
3333
protected static function getFacadeAccessor() {
3434
return ClientManager::class;
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)