File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 8
8
'@Symfony:risky ' => true ,
9
9
'@PHP74Migration ' => true ,
10
10
'@PHP74Migration:risky ' => true ,
11
+ 'phpdoc_to_property_type ' => true ,
11
12
// 'phpdoc_to_param_type' => true,
12
13
// 'phpdoc_to_return_type' => true,
13
14
'phpdoc_types_order ' => false ,
Original file line number Diff line number Diff line change 12
12
use Psr \Http \Message \ResponseInterface ;
13
13
14
14
class GuzzleTranscoder {
15
- /** @var ?TranscoderInterface */
16
- private $ transcoder ;
15
+ private ?TranscoderInterface $ transcoder ;
17
16
18
- /** @var string */
19
- private $ targetEncoding ;
17
+ private string $ targetEncoding ;
20
18
21
- /** @var bool */
22
- private $ replaceHeaders ;
19
+ private bool $ replaceHeaders ;
23
20
24
- /** @var bool */
25
- private $ replaceContent ;
21
+ private bool $ replaceContent ;
26
22
27
23
/**
28
24
* Constructs a class for transcoding Responses.
You can’t perform that action at this time.
0 commit comments