Skip to content
Snippets Groups Projects

Issue #3338199: Fixed all the phpcs warnings.

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
15 15 background-image: linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
16 16 }
17 17
18 #environment-indicator .description { font-size: 0.85em; }
19 #environment-indicator .description::before { content: "("; }
20 #environment-indicator .description::after { content: ")"; }
18 #environment-indicator .description {
19 font-size: 0.85em;
20 }
21 #environment-indicator .description::before {
22 content: "(";
23 }
24 #environment-indicator .description::after {
25 content: ")";
26 }
  • Comment on lines +18 to +26
    Suggested change
    Applied
    18 #environment-indicator .description {
    19 font-size: 0.85em;
    20 }
    21 #environment-indicator .description::before {
    22 content: "(";
    23 }
    24 #environment-indicator .description::after {
    25 content: ")";
    26 }
    18 #environment-indicator .description { font-size: 0.85em; }
    19 #environment-indicator .description::before { content: "("; }
    20 #environment-indicator .description::after { content: ")"; }
  • Chris Green changed this line in version 4 of the diff

    changed this line in version 4 of the diff

  • Please register or sign in to reply
  • 20 #environment-indicator .description::after { content: ")"; }
    18 #environment-indicator .description {
    19 font-size: 0.85em;
    20 }
    21 #environment-indicator .description::before {
    22 content: "(";
    23 }
    24 #environment-indicator .description::after {
    25 content: ")";
    26 }
    21 27
    22 #environment-indicator ul { overflow: hidden; margin: 0; }
    28 #environment-indicator ul {
    29 overflow: hidden;
    30 margin: 0;
    31 }
  • 38 47 }
    39 48
    40 49 #environment-indicator ul.environment-switcher-container li a:hover {
    41 background-color: #DDD;
    50 background-color: #ddd;
  • 52 61 font-size: 1em;
    53 62 text-align: center;
    54 63 border-radius: 5px;
    55 background-color: #EDEDE0;
    64 background-color: #edede0;
  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 4 commits

    added 4 commits

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    • a36f173f - Fix PHPCS errors from upstream changes.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading