<?php declare(strict_types=1); namespace TestApp\View\Object; /** * TestObjectWithoutToString * * An object without the magic method __toString() for testing with view blocks. */ class TestObjectWithoutToString { }