drupal/core/tests/fixtures/deprecated_code.php

18 lines
220 B
PHP

<?php
// @phpcs:ignoreFile
/**
* This class triggers an E_DEPRECATED notice.
*
* @see
*/
class PhpDeprecation implements \IteratorAggregate {
/**
* {@inheritdoc}
*/
public function getIterator() {
}
}