File tree 6 files changed +231
-135
lines changed
6 files changed +231
-135
lines changed Original file line number Diff line number Diff line change 23
23
'no_unused_imports ' => true ,
24
24
'single_quote ' => true ,
25
25
'no_extra_blank_lines ' => true ,
26
+ 'cast_spaces ' => true ,
27
+ 'phpdoc_align ' => [
28
+ 'align ' => 'left ' ,
29
+ ],
30
+ 'binary_operator_spaces ' => true ,
26
31
])
27
32
;
Original file line number Diff line number Diff line change 1
1
filter :
2
2
excluded_paths : [tests/*]
3
3
4
- checks :
5
- php :
6
- remove_extra_empty_lines : true
7
- remove_php_closing_tag : true
8
- remove_trailing_whitespace : true
9
- fix_use_statements :
10
- remove_unused : true
11
- preserve_multiple : false
12
- preserve_blanklines : true
13
- order_alphabetically : true
14
- fix_php_opening_tag : true
15
- fix_linefeed : true
16
- fix_line_ending : true
17
- fix_identation_4spaces : true
18
- fix_doc_comments : true
4
+ # checks:
5
+ # php:
6
+ # remove_extra_empty_lines: true
7
+ # remove_php_closing_tag: true
8
+ # remove_trailing_whitespace: true
9
+ # fix_use_statements:
10
+ # remove_unused: true
11
+ # preserve_multiple: false
12
+ # preserve_blanklines: true
13
+ # order_alphabetically: true
14
+ # fix_php_opening_tag: true
15
+ # fix_linefeed: true
16
+ # fix_line_ending: true
17
+ # fix_identation_4spaces: true
18
+ # fix_doc_comments: true
19
19
build :
20
20
dependencies :
21
- before :
22
- - composer remove friendsofphp/php-cs-fixer --dev --no-update
23
- - composer remove vimeo/psalm --dev --no-update
24
-
21
+ override :
22
+ - true
25
23
tests :
26
24
override :
27
25
- true
Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` PHP Telegram Bot Api ` will be documented in this file
4
4
5
+ ## 2.5.0 - YYYY-MM-DD
6
+
7
+ ### Added
8
+ - Add missing ` protect_content ` and ` allow_sending_without_reply ` parameters to ` \TelegramBot\Api\BotApi ` methods
9
+
5
10
## 2.4.0 - 2023-05-11
6
11
7
12
### Added
You can’t perform that action at this time.
0 commit comments