Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 1c72d84

Browse files
committed
Fixed style errors
1 parent 2bc5c5f commit 1c72d84

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414
#### Fixed
1515
- Fixed the problem that IDP filter on WAYF didn't work correctly
1616
- Fixed bad error message when the process of bind user to LDAP failed
17+
- Fixed style errors
1718

1819
## [v3.1.1]
1920
#### Fixed

lib/Auth/Process/UpdateUserExtSource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function process(&$request)
9999
array_push($attributesToUpdate, $attribute);
100100
}
101101
}
102-
103102
}
104103

105104
if (!empty($attributesToUpdate)) {

www/status.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
*
5454
* @return string
5555
*/
56-
function getBadgeByStatus($status){
56+
function getBadgeByStatus($status)
57+
{
5758
if ($status == OK) {
5859
return '<span class="status label label-success">OK</span>';
5960
} elseif ($status == WARNING) {

0 commit comments

Comments
 (0)