Skip to content

Commit

Permalink
update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 10, 2023
1 parent 754f276 commit 90de89c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-
location: { column: 0, endLine: 6, startLine: 3 }
node: { variableName: { subNodeNames: [name], specialClassName: false, type: Identifier, line: 5, startLine: 5, endLine: 5, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 5, endLine: 5 }, name: whereSessionRegistrationUuid }, methodName: firstOrFail, name: $whereSessionRegistrationUuid->firstOrFail, args: { }, location: { column: 0, endLine: 6, startLine: 3 } }
location: { column: 0, endLine: 4, startLine: 3 }
node: { variableName: { subNodeNames: [name], specialClassName: false, type: Identifier, line: 3, startLine: 3, endLine: 3, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 3, endLine: 3 }, name: whereSessionRegistrationUuid }, methodName: firstOrFail, name: $whereSessionRegistrationUuid->firstOrFail, args: { }, location: { column: 0, endLine: 4, startLine: 3 } }
snippet: null
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-
location: { column: 0, endLine: 2, startLine: 2 }
node: { variableName: obj, value: { symbol: ., left: { value: 'hello ', location: { column: 0, endLine: 2, startLine: 2 } }, right: { value: world, location: { column: 0, endLine: 2, startLine: 2 } }, value: '''hello '' . ''world''', location: { column: 0, endLine: 2, startLine: 2 } }, name: obj, location: { column: 0, endLine: 2, startLine: 2 } }
node: { variableName: obj, value: { symbol: ., left: { value: 'hello ', location: { column: 0, endLine: 2, startLine: 2 } }, right: { value: world, location: { column: 0, endLine: 2, startLine: 2 } }, value: "'hello ' . 'world'", location: { column: 0, endLine: 2, startLine: 2 } }, name: obj, location: { column: 0, endLine: 2, startLine: 2 } }
snippet: null
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-
location: { column: 0, endLine: 5, startLine: 2 }
node: { args: [{ symbol: ., left: { value: 'test ', location: { column: 0, endLine: 3, startLine: 3 } }, right: { value: string, location: { column: 0, endLine: 4, startLine: 4 } }, value: '''test '' . ''string''', location: { column: 0, endLine: 4, startLine: 3 } }], name: strtolower, location: { column: 0, endLine: 5, startLine: 2 } }
node: { args: [{ symbol: ., left: { value: 'test ', location: { column: 0, endLine: 3, startLine: 3 } }, right: { value: string, location: { column: 0, endLine: 4, startLine: 4 } }, value: "'test ' . 'string'", location: { column: 0, endLine: 4, startLine: 3 } }], name: strtolower, location: { column: 0, endLine: 5, startLine: 2 } }
snippet: null
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-
location: { column: 0, endLine: 13, startLine: 13 }
node: { variableName: obj, value: { subNodeNames: [class, args], type: Expr_New, line: 13, startLine: 13, endLine: 13, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 13, endLine: 13 }, class: { subNodeNames: [parts], first: MyClass, last: MyClass, unqualified: true, qualified: false, fullyQualified: false, relative: false, specialClassName: false, type: Name, line: 13, startLine: 13, endLine: 13, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 13, endLine: 13 }, parts: [MyClass] }, args: { } }, name: obj, location: { column: 0, endLine: 13, startLine: 13 } }
node: { variableName: obj, value: { subNodeNames: [class, args], type: Expr_New, rawArgs: { }, firstClassCallable: false, args: { }, line: 13, startLine: 13, endLine: 13, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 13, endLine: 13 }, class: { subNodeNames: [parts], parts: [MyClass], first: MyClass, last: MyClass, unqualified: true, qualified: false, fullyQualified: false, relative: false, specialClassName: false, type: Name, line: 13, startLine: 13, endLine: 13, startTokenPos: -1, endTokenPos: -1, startFilePos: -1, endFilePos: -1, comments: { }, docComment: null, attributes: { startLine: 13, endLine: 13 } } }, name: obj, location: { column: 0, endLine: 13, startLine: 13 } }
snippet: null

0 comments on commit 90de89c

Please sign in to comment.