11 lines
179 B
PHP
Executable File
11 lines
179 B
PHP
Executable File
<?php
|
|
|
|
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
|
|
|
|
class NewInInitializer
|
|
{
|
|
public function __construct($foo = new \stdClass(), $bar = 123)
|
|
{
|
|
}
|
|
}
|