| 1 | <?php declare(strict_types=1); |
||
| 19 | class AnonymousObjectSpec extends ObjectSpec |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param PropertySpecInterface[]|FunctionSpecInterface[]|BindingSpecInterface[] $properties |
||
| 23 | * @param null|FunctionSpecInterface $function_spec |
||
| 24 | */ |
||
| 25 | public function __construct($properties, $function_spec = null) |
||
| 29 | } |
||
| 30 |