Skip to content
Snippets Groups Projects

Check by empty target_id.

Check by emptied target_id.

Edited by João Eduardo Ramos Costa

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
163 163
164 164 foreach ($list as $item) {
165 165 // If we are in preview mode, paragraphs are still unknown.
166 if (is_null($item['target_id'])) {
166 if (empty($item['target_id'])) {
Please register or sign in to reply
Loading