@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace Domains; |
12 | 12 | |
13 | 13 | use Carbon\Carbon; |
14 | -use LogicException; |
|
15 | 14 | use Interfaces\Gitter\Client; |
16 | 15 | use Core\Mappers\MessageMapperTrait; |
17 | 16 | use Illuminate\Database\Eloquent\Model; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use Carbon\Carbon; |
14 | 14 | use Core\Mappers\UserMapper; |
15 | 15 | use Domains\Message; |
16 | -use Domains\User; |
|
17 | 16 | use Gitter\Client; |
18 | 17 | use Gitter\Support\ApiIterator; |
19 | 18 | use Illuminate\Console\Command; |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of GitterBot package. |
|
4 | - * |
|
5 | - * @author Serafim <[email protected]> |
|
6 | - * @date 24.09.2015 15:27 |
|
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 24.09.2015 15:27 |
|
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 | |
12 | 12 | namespace App\Gitter\Middleware; |
13 | 13 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 14:35 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 14:35 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | namespace Domains\Message; |
13 | 13 | |
14 | 14 | use Core\Mappers\Message\UrlMapper; |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 18:07 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 18:07 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | namespace Domains\Message; |
13 | 13 | |
14 | 14 | use Core\Mappers\Message\RelationMapper; |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 14:06 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 14:06 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | namespace Domains\Message; |
13 | 13 | |
14 | 14 | use Carbon\Carbon; |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 14:25 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 14:25 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace Domains\User; |
14 | 14 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 23.03.2016 20:17 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 23.03.2016 20:17 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | namespace Domains\User; |
13 | 13 | |
14 | 14 | use Carbon\Carbon; |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 23:55 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 23:55 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | |
14 | 14 | namespace Domains\Analyser; |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | declare(strict_types = 1); |
3 | 3 | /** |
4 | - * This file is part of GitterBot package. |
|
5 | - * |
|
6 | - * @author Serafim <[email protected]> |
|
7 | - * @date 28.03.2016 23:19 |
|
8 | - * |
|
9 | - * For the full copyright and license information, please view the LICENSE |
|
10 | - * file that was distributed with this source code. |
|
11 | - */ |
|
4 | + * This file is part of GitterBot package. |
|
5 | + * |
|
6 | + * @author Serafim <[email protected]> |
|
7 | + * @date 28.03.2016 23:19 |
|
8 | + * |
|
9 | + * For the full copyright and license information, please view the LICENSE |
|
10 | + * file that was distributed with this source code. |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | |
14 | 14 | namespace Domains\Analyser; |