Completed
Branch master (56f00b)
by Ievgen
02:24
created
collections/History.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,4 +79,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
components/ChatManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,4 +169,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
components/ChatRoom.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,4 +71,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
components/DbStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,4 +71,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
components/User.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,4 +128,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
tests/codeception/unit/ChatTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/codeception/unit/PgsqlStorageTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.