Total Complexity | 5 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class SignAzureUpload |
||
12 | { |
||
13 | /** |
||
14 | * @var Config |
||
15 | */ |
||
16 | protected $config; |
||
17 | |||
18 | /** |
||
19 | * @var Config |
||
20 | */ |
||
21 | protected $blobSharedAccessSignatureHelper; |
||
22 | |||
23 | /** |
||
24 | * @param Config $config |
||
25 | */ |
||
26 | public function __construct(Config $config) |
||
29 | } |
||
30 | |||
31 | public function getSasUrl(Request $request, SignUploadListener $listener, $disk = 'libraries') |
||
59 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..