| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class ClassConstantsContext implements ReferenceContext |
||
| 19 | { |
||
| 20 | use ReferenceContextDefault; |
||
| 21 | |||
| 22 | public function __construct( |
||
| 23 | public ZendArrayTableMemoryLocation $memory_location, |
||
| 24 | ) { |
||
| 25 | } |
||
| 26 | |||
| 27 | public function getLocations(): iterable |
||
| 30 | } |
||
| 31 | |||
| 32 | public function getContexts(): iterable |
||
| 39 |