The doc comment array<array-key, class-string|trait-string> at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, class-string|trait-string>.
Loading history...
16
*/
17
17
protected function getAvailableDeclarations(): iterable
18
{
19
17
$files = $this->getFiles();
20
17
$declarations = [];
21
22
17
foreach ($files as $file) {
23
17
$reflectionFile = new ReflectionFile($file->getPathname());