Skip to content

Commit

Permalink
MNT Update @method annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 31, 2024
1 parent 9baa0e9 commit 11ed0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shortcodes/FileLinkTracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use SilverStripe\ORM\DataExtension;
use SilverStripe\ORM\DataObject;
use SilverStripe\ORM\FieldType\DBHTMLText;
use SilverStripe\ORM\ManyManyList;
use SilverStripe\ORM\ManyManyThroughList;
use SilverStripe\Versioned\Versioned;
use SilverStripe\View\Parsers\HTMLValue;

Expand All @@ -24,7 +24,7 @@
* only be enabled for the Stage record.
*
* @property DataObject|FileLinkTracking $owner
* @method SilverStripe\ORM\ManyManyThroughList<File> FileTracking()
* @method ManyManyThroughList<File> FileTracking()
*/
class FileLinkTracking extends DataExtension

Check failure on line 29 in src/Shortcodes/FileLinkTracking.php

View workflow job for this annotation

GitHub Actions / CI / 8.1 mysql57 phplinting

@method annotation 'ManyManyThroughList<File> FileTracking()' should be 'ManyManyThroughList<File> FileTracking()'.
{
Expand Down

0 comments on commit 11ed0d1

Please sign in to comment.