Skip to content

Commit fe08fd6

Browse files
committed
docs: Fix @see aliases in FieldMethods
1 parent 913f622 commit fe08fd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Content/FieldMethods.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public function esc(string $context = 'html'): static
761761
}
762762

763763
/**
764-
* @see self::float()
764+
* @see self::toFloat()
765765
*/
766766
public function float(float $default = 0): float
767767
{
@@ -777,7 +777,7 @@ public function h(): static
777777
}
778778

779779
/**
780-
* @see self::int()
780+
* @see self::toInt()
781781
*/
782782
public function int(int $default = 0): int
783783
{
@@ -793,7 +793,7 @@ public function kt(array $options = []): static
793793
}
794794

795795
/**
796-
* @see self::kirbytextinline()
796+
* @see self::kirbytextInline()
797797
*/
798798
public function kti(array $options = []): static
799799
{

0 commit comments

Comments
 (0)