Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
df388433
Commit
df388433
authored
Mar 18, 2016
by
Stefan Busemann
Browse files
[TASK] Reformat code
parent
cfe3c12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Domain/Model/Election.php
View file @
df388433
...
...
@@ -192,7 +192,7 @@ class Election extends AbstractEntity
*/
public
function
isElectionFinished
()
{
if
(
$this
->
getEndDate
()
===
NULL
)
{
if
(
$this
->
getEndDate
()
===
null
)
{
return
true
;
}
if
(
$this
->
getEndDate
()
->
getTimestamp
()
<
time
())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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