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;

src/Entities/InlineQueryResult.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/InlineQueryResultArticle.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/InlineQueryResultGif.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/InlineQueryResultMpeg4Gif.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/InlineQueryResultPhoto.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/InlineQueryResultVideo.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/Location.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/Message.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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+
*/
1110

1211
namespace Longman\TelegramBot\Entities;
1312

src/Entities/PhotoSize.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/ReplyKeyboardHide.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/ReplyKeyboardMarkup.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/ReplyToMessage.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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+
*/
1110

1211
namespace Longman\TelegramBot\Entities;
1312

src/Entities/ServerResponse.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +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-
*
11-
* ServerResponse.php
12-
*/
9+
*/
10+
1311
namespace Longman\TelegramBot\Entities;
1412

1513
use Longman\TelegramBot\Exception\TelegramException;

0 commit comments

Comments
 (0)