Skip to content

Commit 96f6abd

Browse files
committed
update test snapshots
1 parent 262d908 commit 96f6abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-
22
location: { column: 0, endLine: 1, startLine: 1 }
3-
node: { variableName: obj, methodName: methodTwo, name: $obj->methodTwo, args: [{ className: MyModel, methodName: find, name: 'MyModel::find', args: [{ value: 1 }] }, { variableName: obj, methodName: methodOne, name: $obj->methodOne, args: [{ value: two }, { value: [{ value: 2 }, { value: 3 }] }] }, { value: [{ name: this }, { value: handlerMethod }] }] }
3+
node: { variableName: obj, methodName: methodTwo, name: $obj->methodTwo, args: [{ className: MyModel, methodName: find, name: 'MyModel::find', args: [{ value: 1 }] }, { variableName: obj, methodName: methodOne, name: $obj->methodOne, args: [{ value: two }, { value: [{ key: null, value: { value: 2 } }, { key: null, value: { value: 3 } }] }] }, { value: [{ key: null, value: { name: this } }, { key: null, value: { value: handlerMethod } }] }] }
44
snippet: { code: { 1: '<?php $obj->methodTwo(MyModel::find(1), $obj->methodOne(''two'', [2, 3]), [$this, ''handlerMethod'']);' } }

0 commit comments

Comments
 (0)