Completed
Push — master ( a1f3ed...74c577 )
by Kirill
02:49
created
app/Interfaces/Console/Commands/GitterSync.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Interfaces\Console\Commands;
14 14
 
15
-use Interfaces\Gitter\Console\CircleProgress;
16 15
 use Domains\Karma;
17 16
 use Domains\User;
18 17
 use Domains\Room;
Please login to merge, or discard this patch.
app/Domains/Room.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of GitterBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 09.10.2015 17:08
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
3
+     * This file is part of GitterBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 09.10.2015 17:08
7
+     *
8
+     * For the full copyright and license information, please view the LICENSE
9
+     * file that was distributed with this source code.
10
+     */
11 11
 namespace App;
12 12
 
13 13
 use App\Gitter\Client;
Please login to merge, or discard this patch.