mirror of
https://github.com/doctrine/collections.git
synced 2026-03-23 22:22:10 +01:00
Because the de-duplication of deprecation notices was disabled by default, not all actual deprecations were reported after #473.
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Doctrine\Deprecations\Deprecation;
|
|
|
|
Deprecation::withoutDeduplication();
|