From 833865939612f70d9ee72b59219999d5627574bd Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Tue, 11 Aug 2020 10:55:01 +0200 Subject: [PATCH] fix: [internal] Fix undefined index notices --- app/Model/Log.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Model/Log.php b/app/Model/Log.php index 99c0c6a90..33084a8d5 100644 --- a/app/Model/Log.php +++ b/app/Model/Log.php @@ -186,6 +186,7 @@ class Log extends AppModel * @param string|array $change * @return array * @throws Exception + * @throws InvalidArgumentException */ public function createLogEntry($user, $action, $model, $modelId = 0, $title = '', $change = '') {