Issue #3338199: Fixed all the phpcs warnings.
4 open threads
Merge request reports
Activity
added 10 commits
-
4d75a6bd...f98dd03a - 9 commits from branch
project:4.x
- 26a467a6 - Merge in upstream changes
-
4d75a6bd...f98dd03a - 9 commits from branch
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
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: ")"; } changed this line in version 4 of the diff
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 } changed this line in version 4 of the diff
38 47 } 39 48 40 49 #environment-indicator ul.environment-switcher-container li a:hover { 41 background-color: #DDD; 50 background-color: #ddd; changed this line in version 4 of the diff
52 61 font-size: 1em; 53 62 text-align: center; 54 63 border-radius: 5px; 55 background-color: #EDEDE0; 64 background-color: #edede0; changed this line in version 4 of the diff
added 4 commits
-
b86a7eec...1d5b9862 - 3 commits from branch
project:4.x
- 3420558d - Merge upstream changes.
-
b86a7eec...1d5b9862 - 3 commits from branch
Please register or sign in to reply