mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
improve namespace handling
This commit is contained in:
parent
bc0bcf936c
commit
724c738a50
6 changed files with 148 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 129,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "\\Exception",
|
||||
"exception": "Exception",
|
||||
"message_parts": [
|
||||
{
|
||||
"literal": "invalid share type!"
|
||||
|
|
@ -116,7 +116,7 @@ expression: output
|
|||
"path": "/DefaultShareProvider.php",
|
||||
"line": 609,
|
||||
"has_meaningful_message": true,
|
||||
"exception": "\\Exception",
|
||||
"exception": "Exception",
|
||||
"message_parts": [
|
||||
{
|
||||
"literal": "non-shallow getSharesInFolder is no longer supported"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue