<?php declare(strict_types=1); namespace TestApp; class ReflectionDependency { public function __construct() { } }