Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Removed unnecessary whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftCreatR committed Mar 1, 2019
1 parent f48061f commit 53cd5f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ScUploadFilterHtmlOutputListener implements IParameterizedEventListener {
/**
* @inheritDoc
*/
public function execute($eventObj, $className, $eventName, array &$parameters) {
public function execute($eventObj, $className, $eventName, array &$parameters) {
$tz = WCF::getUser()->getTimeZone();
$now = new DateTime('now', $tz);
$start = DateTime::createFromFormat('!Y-m-d', SC_UPLOAD_FREE_SUNDAY_START_DATE, $tz);
Expand Down

0 comments on commit 53cd5f4

Please sign in to comment.