| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | public function __construct(#[\SensitiveParameter] ConfigurationOptionInterface $config, string $instanceId, EventManagerInterface $em) |
||
| 29 | { |
||
| 30 | trigger_error('Memstatic driver has changed its name, it is now called "Memory"', E_USER_DEPRECATED); |
||
| 31 | parent::__construct($config, $instanceId, $em); |
||
| 32 | } |
||
| 34 |