DEBSOURCES
Skip Quicknav
sources / php-di / 7.1.1-1 / tests / UnitTest / Definition / Source / Fixtures / definitions-fail.php
12345678
<?php declare(strict_types=1); return [ 'foo' => 'bar', 'baz', // error => this entry is not indexed by a string ];