Skip to content

Commit

Permalink
Fix backslash escape issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Dec 29, 2020
1 parent 102f6d3 commit 15797e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/analyzer/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ tombstones:
# Fully qualified name of the tombstone functions
# If not set, defaults to "tombstone"
function_names:
- "tombstone" # A function in the global scope
- "Acme\Tombstone\tombstone" # A function in the Acme\Tombstone namespace
- tombstone # A function in the global scope
- Acme\Tombstone\tombstone # A function in the Acme\Tombstone namespace

# How the analyzer gets the tombstone logs
logs:
Expand Down

0 comments on commit 15797e5

Please sign in to comment.