Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit cc0d299

Browse files
committed
Added package on classes
1 parent 823753b commit cc0d299

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

src/Nats/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* Connection Class.
99
*
1010
* Handles the connection to a NATS server or cluster of servers.
11+
*
12+
* @package Nats
1113
*/
1214
class Connection
1315
{

src/Nats/ConnectionOptions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
/**
55
* ConnectionOptions Class.
6+
*
7+
* @package Nats
68
*/
79
class ConnectionOptions
810
{

src/Nats/Exception.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
namespace Nats;
33

44
/**
5-
* Exception Class.
5+
* Class Exception
6+
*
7+
* @package Nats
68
*/
79
class Exception extends \Exception
810
{

src/Nats/Message.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
/**
55
* Message Class.
6+
*
7+
* @package Nats
68
*/
79
class Message
810
{

src/Nats/Php71RandomGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
3-
42
namespace Nats;
53

64
/**

0 commit comments

Comments
 (0)