Skip to content

Commit

Permalink
#10249 Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni authored Jul 31, 2024
1 parent 2622ef6 commit 207c6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function up() {
$globPattern = "{$publicFilesPath}/profileImage-{$row->user_id}.*";
$candidates = glob($globPattern, GLOB_NOSORT);
if (empty($candidates)) {
error_log("Failed to locate a profile image for the user ID {$row->user_id} at $globPattern");
error_log("Failed to locate a profile image for the user ID {$row->user_id} at {$globPattern}");
continue;
}

Expand Down

0 comments on commit 207c6e4

Please sign in to comment.