Completed
Push — develop ( 567ccb )
by Kirill
08:42
created
app/App/Bot/Middleware.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 17:13
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 17:13
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\Bot;
12 12
 
13 13
 abstract class Middleware
Please login to merge, or discard this patch.
app/App/Jobs/AvatarSavingJob.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 19:05
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 19:05
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\Jobs;
12 12
 
13 13
 use Analogue\ORM\System\Manager;
Please login to merge, or discard this patch.
app/App/Observers/CuidObserver.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 16:25
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 16:25
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\Observers;
12 12
 
13 13
 use Analogue\ORM\Entity;
Please login to merge, or discard this patch.
app/App/Repositories/UserRepository.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 17:40
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 17:40
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\Repositories;
12 12
 
13 13
 use Domains\Account\User;
Please login to merge, or discard this patch.
app/App/Repositories/ServiceRepository.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 17:40
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 17:40
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\Repositories;
12 12
 
13 13
 use Domains\Service\Service;
Please login to merge, or discard this patch.
app/App/Providers/RouteServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function map(Router $router)
39 39
     {
40
-        $router->group(['namespace' => $this->namespace], function (Router $router) {
40
+        $router->group(['namespace' => $this->namespace], function(Router $router) {
41 41
             require base_path('app/Interfaces/Http/routes.php');
42 42
         });
43 43
     }
Please login to merge, or discard this patch.
app/App/Mappers/ServiceMap.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 16:14
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 16:14
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\Mappers;
12 12
 
13 13
 use Domains\Service\Service;
Please login to merge, or discard this patch.
app/App/Mappers/ServiceUserMap.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 18:28
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 18:28
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\Mappers;
12 12
 
13 13
 use Analogue\ORM\ValueMap;
Please login to merge, or discard this patch.
app/App/Mappers/UserMap.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 KarmaBot package.
4
- *
5
- * @author Serafim <[email protected]>
6
- * @date 15.03.2016 17:17
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 KarmaBot package.
4
+     *
5
+     * @author Serafim <[email protected]>
6
+     * @date 15.03.2016 17:17
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\Mappers;
12 12
 
13 13
 use Domains\Account\User;
Please login to merge, or discard this patch.