File tree 1 file changed +6
-4
lines changed
modules/rocket_chat_api/src/RocketChat
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Drupal \rocket_chat_api \RocketChat {
4
4
5
- /**
5
+ /*
6
6
* This namespace will hold all of our Rocket Chat specific code.
7
7
* Namespaces are a great way to make sure we do not have collisions of our
8
8
* code with some other part of the system.
23
23
use \Drupal \rocket_chat_api \RocketChat \RocketChatConfigInterface ;
24
24
25
25
/**
26
- * Class ApiClient
26
+ * Class ApiClient.
27
27
*
28
28
* This class connects the php to the RocketChat Server though its REST-API.
29
29
*
@@ -43,14 +43,16 @@ class ApiClient {
43
43
44
44
/**
45
45
* CLient Object.
46
- * @var Client Object
46
+ *
47
+ * @var \GuzzleHttp\Client
47
48
* This object is a reference to the Guzzle Client.
48
49
*/
49
50
private $ client ;
50
51
51
52
/**
52
53
* Config Object.
53
- * @var \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface $config
54
+ *
55
+ * @var \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface
54
56
* RocketChatConfigInterface object.
55
57
*/
56
58
private $ config ;
You can’t perform that action at this time.
0 commit comments