File: bootstrap.php

package info (click to toggle)
php-doctrine-collections 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: php: 2,800; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<?php

declare(strict_types=1);

use Doctrine\Deprecations\Deprecation;

Deprecation::withoutDeduplication();