Skip to content

Commit 97fbb4a

Browse files
author
Masiukevich Maksim
committed
disable strict_types
1 parent 5b7a2d7 commit 97fbb4a

File tree

163 files changed

+163
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+163
-163
lines changed

src/Api/Method/Animation/SendAnimation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Animation;
1414

src/Api/Method/Audio/SendAudio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Audio;
1414

src/Api/Method/CallbackQuery/AnswerCallbackQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\CallbackQuery;
1414

src/Api/Method/Chat/BroadcastType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/ChatInviteLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/GetChat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/GetChatAdministrators.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/GetChatMember.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/GetChatMembersCount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

src/Api/Method/Chat/LeaveChat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license https://opensource.org/licenses/MIT
99
*/
1010

11-
declare(strict_types = 1);
11+
declare(strict_types = 0);
1212

1313
namespace ServiceBus\TelegramBot\Api\Method\Chat;
1414

0 commit comments

Comments
 (0)