Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
ea1c485e
Commit
ea1c485e
authored
1 month ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
fix indent
parent
44ac6783
80-redesign-notifications-class
1 merge request
!76
Draft: Resolve "Redesign notifications class"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
library/plugins/ReminderTokenUtils.php
+9
-9
library/plugins/ReminderTokenUtils.php
plugins/tasks/Reminder.php
+1
-1
plugins/tasks/Reminder.php
with
10 additions
and
10 deletions
+10
-10
library/plugins/ReminderTokenUtils.php
+
9
−
9
View file @
ea1c485e
...
@@ -196,13 +196,13 @@ class ReminderTokenUtils
...
@@ -196,13 +196,13 @@ class ReminderTokenUtils
return
$result
;
return
$result
;
}
}
/**
/**
* @param string $text
* @param string $text
* @return string
* @return string
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
*/
*/
private
function
base64urlEncode
(
string
$text
):
string
private
function
base64urlEncode
(
string
$text
):
string
{
{
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plugins/tasks/Reminder.php
+
1
−
1
View file @
ea1c485e
...
@@ -5,7 +5,7 @@ class Reminder implements EndpointInterface
...
@@ -5,7 +5,7 @@ class Reminder implements EndpointInterface
private
TaskGateway
$gateway
;
private
TaskGateway
$gateway
;
private
ReminderTokenUtils
$reminderTokenUtils
;
private
ReminderTokenUtils
$reminderTokenUtils
;
public
function
__construct
(
TaskGateway
$gateway
)
public
function
__construct
(
TaskGateway
$gateway
)
{
{
$this
->
gateway
=
$gateway
;
$this
->
gateway
=
$gateway
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets