Skip to content

Commit b735765

Browse files
committed
Cleanup
1 parent f00ad7d commit b735765

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Plugin.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
*/
3939
class Plugin extends \craft\base\Plugin
4040
{
41-
// Constants
42-
// =========================================================================
43-
4441
const STATUS_PENDING = 'pending';
4542
const STATUS_REQUESTED = 'requested';
4643
const STATUS_DONE = 'done';
@@ -68,9 +65,6 @@ class Plugin extends \craft\base\Plugin
6865
*/
6966
const EVENT_REGISTER_FILTER_TYPES = 'registerFilterTypes';
7067

71-
// Properties
72-
// =========================================================================
73-
7468
/**
7569
* @inheritdoc
7670
*/
@@ -81,9 +75,6 @@ class Plugin extends \craft\base\Plugin
8175
*/
8276
public $schemaVersion = '2.2.0';
8377

84-
// Public Methods
85-
// =========================================================================
86-
8778
/**
8879
* @inheritdoc
8980
*/

0 commit comments

Comments
 (0)