File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,27 @@ class SendGrid
18
18
{
19
19
const VERSION = '5.1.0 ' ;
20
20
21
- protected
22
- $ namespace = 'SendGrid ' ;
21
+ /**
22
+ *
23
+ * @var string
24
+ */
25
+ protected $ namespace = 'SendGrid ' ;
26
+
27
+ /**
28
+ * @var \SendGrid\Client
29
+ */
30
+ public $ client ;
23
31
24
- public
25
- $ client ,
26
- $ version = self ::VERSION ;
32
+ /**
33
+ * @var string
34
+ */
35
+ public $ version = self ::VERSION ;
27
36
28
37
/**
29
38
* Setup the HTTP Client
30
39
*
31
40
* @param string $apiKey your SendGrid API Key.
32
- * @param array $options an array of options, currenlty only "host" is implemented.
41
+ * @param array $options an array of options, currently only "host" is implemented.
33
42
*/
34
43
public function __construct ($ apiKey , $ options = array ())
35
44
{
You can’t perform that action at this time.
0 commit comments