Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
didroe committed Oct 19, 2023
1 parent 4e290d8 commit 08b9673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/php/lang/information_leakage/testdata/ok.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
try {
echo "hello";
} catch (OneError | OtherError $e) {
echo $e->getCode();
foo($e->getCode());
} catch (FooError $f) {
echo $f->getCode();
foo($f->getCode());
} finally {
echo "done";
}
4 changes: 2 additions & 2 deletions tests/php/lang/jwt/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ exports[`php_lang_jwt bad 1`] = `
"start": 9,
"end": 9,
"column": {
"start": 3,
"end": 10
"start": 14,
"end": 26
}
},
"sink": {
Expand Down

0 comments on commit 08b9673

Please sign in to comment.