Completed
Push — master ( 56f00b...8e9795 )
by Ievgen
02:14
created
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/_bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 defined('YII_DEBUG') or define('YII_DEBUG', true);
3 3
 defined('YII_ENV') or define('YII_ENV', 'test');
4 4
 
5
-require_once(__DIR__ . '/../../vendor/autoload.php');
6
-require_once(__DIR__ . '/../../vendor/yiisoft/yii2/Yii.php');
5
+require_once(__DIR__.'/../../vendor/autoload.php');
6
+require_once(__DIR__.'/../../vendor/yiisoft/yii2/Yii.php');
7 7
 
8 8
 $_SERVER['SERVER_NAME'] = 'localhost';
9 9
 
Please login to merge, or discard this patch.
collections/History.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.
components/ChatRoom.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.
components/DbStorage.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.
views/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             <div class="btn-group" role="group">
24 24
                 <?php if ($add_room) :?>
25 25
                     <button type="button" id="add-chat" class="btn btn-default"><?=Yii::t('app', 'Add'); ?></button>
26
-                <?php endif;?>
26
+                <?php endif; ?>
27 27
                 <button type="button" id="exit-chat" class="btn btn-default">
28 28
                     <i class="fa fa-sign-out"></i><?=Yii::t('app', 'Exit'); ?>
29 29
                 </button>
Please login to merge, or discard this patch.