Completed
Push — develop ( 51dca3...0a4bcc )
by Kirill
12:12
created
app/Console/Commands/AbstractCommand.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 26.01.2016 4:59
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 26.01.2016 4:59
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\Console\Commands;
12 12
 
13 13
 use Gitter\Client;
Please login to merge, or discard this patch.
app/Gitter/Middlewares/GoogleSearchMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use App\Room;
5 5
 use App\Message;
6 6
 use App\Gitter\Extensions\Middleware\MiddlewareInterface;
7
-use Gitter\Client;
8 7
 
9 8
 /**
10 9
  * Class GoogleSearchMiddleware
Please login to merge, or discard this patch.
app/Gitter/Middlewares/EloquentQueryBuilderMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace App\Gitter\Middlewares;
3 3
 
4 4
 use App\Gitter\Response;
5
-use App\Room;
6 5
 use App\Message;
7 6
 use App\Gitter\MiddlewareInterface;
8 7
 use BigShark\SQLToBuilder\BuilderClass;
Please login to merge, or discard this patch.