Skip to content
Snippets Groups Projects

Enable sniff

4 unresolved threads

Closes #3477599

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
34 34 */
35 35 protected $defaultTheme = 'stark';
36 36
37 protected $regions;
  • Author Maintainer

    One of 4 unused variables removed in [#3477600] that snuck back in. They came back in [#3477669]. In that issue I restored these 4 but never removed them from the MR when the removal was committed. It is odd though that the difference didn't show up in a rebase.

  • Please register or sign in to reply
  • quietone
  • 16 16 class LocaleUpdateCronTest extends LocaleUpdateBase {
    17 17
    18 18 use CronRunTrait;
    19 protected $batchOutput = [];
  • quietone
  • 30 30 * The test user.
    31 31 */
    32 32 protected $contentUser;
    33 protected $savedTitle;
  • quietone
  • 21 21 * @var array
    22 22 */
    23 23 public static $testViews = ['test_filter_permission'];
    24 protected $columnMap;
  • added 37 commits

    Compare with previous version

  • added 1 commit

    • bee0780f - Update file NavigationTopBarContentModerationTest.php

    Compare with previous version

  • Please register or sign in to reply
    Loading