Skip to content

Commit 7d9e61b

Browse files
author
Lawri van Buël
committed
Tweaks
1 parent 9fe1bb6 commit 7d9e61b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/rocket_chat_api/src/RocketChat/ApiClient.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Drupal\rocket_chat_api\RocketChat {
44

5-
/**
5+
/*
66
* This namespace will hold all of our Rocket Chat specific code.
77
* Namespaces are a great way to make sure we do not have collisions of our
88
* code with some other part of the system.
@@ -23,7 +23,7 @@
2323
use \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface;
2424

2525
/**
26-
* Class ApiClient
26+
* Class ApiClient.
2727
*
2828
* This class connects the php to the RocketChat Server though its REST-API.
2929
*
@@ -43,14 +43,16 @@ class ApiClient {
4343

4444
/**
4545
* CLient Object.
46-
* @var Client Object
46+
*
47+
* @var \GuzzleHttp\Client
4748
* This object is a reference to the Guzzle Client.
4849
*/
4950
private $client;
5051

5152
/**
5253
* Config Object.
53-
* @var \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface $config
54+
*
55+
* @var \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface
5456
* RocketChatConfigInterface object.
5557
*/
5658
private $config;

0 commit comments

Comments
 (0)