Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class ArrayEntryUpdater implements UpdatesTheProxyOwner |
||
16 | { |
||
17 | private $owner; |
||
18 | private $propertyShouldReference; |
||
19 | private $atPosition; |
||
20 | private $setter; |
||
21 | |||
22 | public function __construct( |
||
34 | }; |
||
35 | } |
||
36 | |||
37 | public static function forThe( |
||
44 | } |
||
45 | |||
46 | public function updateWith($theLoadedInstance): void |
||
54 |