| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 39 | private function buildSetExpression(): Node\Stmt\Expression |
||
| 40 | { |
||
| 41 | return new Node\Stmt\Expression( |
||
| 42 | new Node\Expr\Assign( |
||
| 43 | new Node\Expr\PropertyFetch(Expressions::resolveMethodCall('this', $this->resolverProperty, $this->resolveMethod), '{$name}'), |
||
| 44 | new Node\Expr\Variable('value') |
||
| 45 | ) |
||
| 46 | ); |
||
| 47 | } |
||
| 48 | } |