Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
c8a69417
Commit
c8a69417
authored
Jun 01, 2019
by
NITSAN
Browse files
[BUG] Changed depricated code from @dontvalidate to @ignorevalidation
parent
93786b44
Pipeline
#7137
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_slack/Classes/Controller/SlackUserController.php
View file @
c8a69417
...
...
@@ -38,7 +38,7 @@ class SlackUserController extends ActionController
* action new
*
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dont
validat
e
$newSlackUser
* @
ignore
validat
ion
$newSlackUser
*/
public
function
newAction
(
SlackUser
$newSlackUser
=
null
)
{
...
...
@@ -68,7 +68,7 @@ class SlackUserController extends ActionController
* action for errors and messages
*
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dont
validat
e
$newSlackUser
* @
ignore
validat
ion
$newSlackUser
*/
public
function
messageAction
(
SlackUser
$newSlackUser
=
null
)
{
...
...
@@ -142,7 +142,7 @@ class SlackUserController extends ActionController
$logger
->
error
(
'not handled exception in t3o_slack'
,
[
'response'
=>
$error
'response'
=>
$error
,
]
);
if
(
$response
[
'error'
])
{
...
...
@@ -242,7 +242,7 @@ class SlackUserController extends ActionController
/**
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dont
validat
e
$newSlackUser
* @
ignore
validat
ion
$newSlackUser
*/
public
function
sendConfirmationMailAction
(
$newSlackUser
)
{
...
...
@@ -286,7 +286,7 @@ class SlackUserController extends ActionController
/**
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dont
validat
e
$newSlackUser
* @
ignore
validat
ion
$newSlackUser
* @return bool
*/
public
function
sendConfirmationMail
(
$newSlackUser
)
...
...
@@ -308,7 +308,7 @@ class SlackUserController extends ActionController
[
'user'
=>
$user
,
'hash'
=>
HashUtility
::
createHashForUser
(
$user
),
'mail'
=>
$newSlackUser
->
getEmail
()
'mail'
=>
$newSlackUser
->
getEmail
()
,
],
$femanagerSettings
[
'new.'
][
'email.'
][
'createUserConfirmation.'
]
);
...
...
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!
Cancel
Please
register
or
sign in
to comment