repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove all "FileHasObject" edge reads and writes
[phabricator.git]
/
src
/
applications
/
maniphest
/
engine
/
ManiphestTaskMFAEngine.php
blob
2aa0e303e346853b01f1fde7a85716aeb02949e0
1
<
?php
2
3
final class
ManiphestTaskMFAEngine
4
extends
PhabricatorEditEngineMFAEngine
{
5
6
public function
shouldRequireMFA
() {
7
$status
=
$this
->
getObject
()->
getStatus
();
8
return
ManiphestTaskStatus
::
isMFAStatus
(
$status
);
9
}
10
11
}