Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 58a30af

Browse files
committed
STYLE: refs #0377. Fix failing style tests
1 parent 2e75f9a commit 58a30af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/sizequota/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ public function validateUpload($args)
6767
return true;
6868
}
6969
} //end class
70-
?>
70+
?>

modules/sizequota/models/base/FolderQuotaModelBase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/** Base class for the job log model */
2222
abstract class Sizequota_FolderQuotaModelBase extends Sizequota_AppModel
2323
{
24+
/** constructor */
2425
public function __construct()
2526
{
2627
parent::__construct();

0 commit comments

Comments
 (0)