@@ -79,4 +79,4 @@ |
||
| 79 | 79 | return true; |
| 80 | 80 | } |
| 81 | 81 | } |
| 82 | - |
|
| 83 | 82 | \ No newline at end of file |
| 83 | + |
|
| 84 | 84 | \ No newline at end of file |
@@ -169,4 +169,4 @@ |
||
| 169 | 169 | return array_reverse($data); |
| 170 | 170 | } |
| 171 | 171 | } |
| 172 | - |
|
| 173 | 172 | \ No newline at end of file |
| 173 | + |
|
| 174 | 174 | \ No newline at end of file |
@@ -71,4 +71,4 @@ |
||
| 71 | 71 | unset($this->users[$user->getId()]); |
| 72 | 72 | } |
| 73 | 73 | } |
| 74 | - |
|
| 75 | 74 | \ No newline at end of file |
| 75 | + |
|
| 76 | 76 | \ No newline at end of file |
@@ -71,4 +71,4 @@ |
||
| 71 | 71 | return true; |
| 72 | 72 | } |
| 73 | 73 | } |
| 74 | - |
|
| 75 | 74 | \ No newline at end of file |
| 75 | + |
|
| 76 | 76 | \ No newline at end of file |
@@ -128,4 +128,4 @@ |
||
| 128 | 128 | $this->chat->addUser($this); |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - |
|
| 132 | 131 | \ No newline at end of file |
| 132 | + |
|
| 133 | 133 | \ No newline at end of file |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | |
| 8 | 8 | class ChatTest extends TestCase |
| 9 | 9 | { |
| 10 | - /** @var \UnitTester */ |
|
| 10 | + /** @var \UnitTester */ |
|
| 11 | 11 | protected $tester; |
| 12 | 12 | /** @var \jones\wschat\components\ChatManager */ |
| 13 | 13 | protected $cm; |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | |
| 7 | 7 | class PgsqlStorageTest extends TestCase |
| 8 | 8 | { |
| 9 | - protected $params = [ |
|
| 9 | + protected $params = [ |
|
| 10 | 10 | 'chat_id' => 1, |
| 11 | 11 | 'chat_title' => 'Pgsql chat room', |
| 12 | 12 | 'user_id' => 1, |