-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #413 from creative-commoners/pulls/5.0/docblock
MNT Update @methods on class docblocks
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,10 +52,9 @@ | |
* @property bool $NotifiedBroken | ||
* @property int $WorkerCount | ||
* | ||
* @method Member RunAs() Member to run this job as | ||
* | ||
* @author Marcus Nyeholt <[email protected]> | ||
* @license BSD http://silverstripe.org/bsd-license/ | ||
* @method Member RunAs() | ||
*/ | ||
class QueuedJobDescriptor extends DataObject | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
* | ||
* @author [email protected] | ||
* @license BSD License http://silverstripe.org/bsd-license/ | ||
* @method QueuedJobDescriptor ScheduledJob() | ||
*/ | ||
class ScheduledExecutionExtension extends DataExtension | ||
{ | ||
|