DEBSOURCES
Skip Quicknav
sources / php-di / 7.1.1-1 / tests / UnitTest / Definition / Source / Fixtures / definitions.php
12345678
<?php declare(strict_types=1); return [ 'foo' => 'bar', 'bim' => DI\create(), ];