Skip to content

Commit

Permalink
Merge pull request #413 from creative-commoners/pulls/5.0/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents 125b3c8 + b58dfba commit ba75e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/DataObjects/QueuedJobDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
* @property bool $NotifiedBroken
* @property int $WorkerCount
*
* @method Member RunAs() Member to run this job as
*
* @author Marcus Nyeholt <marcus@symbiote.com.au>
* @license BSD http://silverstripe.org/bsd-license/
* @method Member RunAs()
*/
class QueuedJobDescriptor extends DataObject
{
Expand Down
1 change: 1 addition & 0 deletions src/Extensions/ScheduledExecutionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
* @author marcus@symbiote.com.au
* @license BSD License http://silverstripe.org/bsd-license/
* @method QueuedJobDescriptor ScheduledJob()
*/
class ScheduledExecutionExtension extends DataExtension
{
Expand Down

0 comments on commit ba75e28

Please sign in to comment.