Skip to content

Commit b7fbaac

Browse files
committed
Update headers
1 parent 04e2d48 commit b7fbaac

36 files changed

+106
-89
lines changed

src/Commands/UserCommands/SurveyCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace Longman\TelegramBot\Commands\UserCommands;
1112

1213
use Longman\TelegramBot\Request;

src/Entities/Audio.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/Chat.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/ChosenInlineResult.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/Contact.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/Document.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/Entity.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
class Entity

src/Entities/File.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/ForceReply.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?php
2-
/*
2+
/**
33
* This file is part of the TelegramBot package.
44
*
55
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
9+
*
910
* Written by Marco Boretto <[email protected]>
10-
*/
11+
*/
12+
1113
namespace Longman\TelegramBot\Entities;
1214

1315
use Longman\TelegramBot\Exception\TelegramException;

src/Entities/InlineQuery.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
2-
3-
/*
2+
/**
43
* This file is part of the TelegramBot package.
54
*
65
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
76
*
87
* For the full copyright and license information, please view the LICENSE
98
* file that was distributed with this source code.
10-
*/
9+
*/
10+
1111
namespace Longman\TelegramBot\Entities;
1212

1313
use Longman\TelegramBot\Exception\TelegramException;

0 commit comments

Comments
 (0)