nextcloud/apps/admin_audit/lib/Actions
Côme Chilliet 25f38883f1
fix: Work around false-positive psalm taint error calling print_r in admin_audit
Same issue as var_export, print_r is listed as sink but it’s not when
 using return:true. Anyway, using the logger context feature is better.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-02-17 15:24:08 +01:00
..
Action.php fix: Work around false-positive psalm taint error calling print_r in admin_audit 2025-02-17 15:24:08 +01:00
Files.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Sharing.php fix(admin_audit): Remove now unused methods and classes 2024-09-10 14:48:15 +02:00
TagManagement.php feat(admin_audit): Audit the tag creation 2024-08-01 11:29:14 +02:00
Trashbin.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Versions.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00