code style
This commit is contained in:
parent
00b871df5c
commit
081fdae5f5
@ -53,9 +53,7 @@ class PurgeService {
|
||||
}
|
||||
|
||||
public function cleanDemoPoll() {
|
||||
if ( !defined("DEMO_POLL_ID")
|
||||
|| !defined("DEMO_POLL_NUMBER_VOTES")
|
||||
) {
|
||||
if (!defined("DEMO_POLL_ID") || !defined("DEMO_POLL_NUMBER_VOTES")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user