{
"event": "PreToolUse",
"tool_name": "Edit",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/phpstan.neon",
"old_string": " bootstrapFiles:\n - config\/autoload.php",
"new_string": " bootstrapFiles:\n - config\/autoload.php\n - config\/database.php"
}
}
{
"tool_response": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/phpstan.neon",
"oldString": " bootstrapFiles:\n - config\/autoload.php",
"newString": " bootstrapFiles:\n - config\/autoload.php\n - config\/database.php",
"originalFile": "parameters:\n level: 5\n paths:\n - src\n bootstrapFiles:\n - config\/autoload.php\n excludePaths:\n - src\/View\n",
"structuredPatch": [
{
"oldStart": 4,
"oldLines": 5,
"newStart": 4,
"newLines": 6,
"lines": [
" - src",
" bootstrapFiles:",
" - config\/autoload.php",
"+ - config\/database.php",
" excludePaths:",
" - src\/View"
]
}
],
"userModified": false,
"replaceAll": false
}
}