Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Container / ConstructorWithoutArgumentsContainer.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Container;
4
5 class ConstructorWithoutArgumentsContainer
6 {
7     public function __construct()
8     {
9     }
10 }