We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
35 | 1 | public function getRawArguments(): array |
|
36 | { |
||
37 | 1 | @\trigger_error( |
|
38 | 1 | \sprintf( |
|
39 | 1 | 'This "%s" method is deprecated since 0.12 and will be removed in 0.13. You should use "%s::getArrayCopy" instead.', |
|
40 | 1 | __METHOD__, |
|
41 | 1 | __CLASS__ |
|
42 | ), |
||
43 | 1 | \E_USER_DEPRECATED |
|
44 | ); |
||
45 | |||
46 | 1 | return $this->getArrayCopy(); |
|
47 | } |
||
74 |