Skip to content

Commit 99d7b3c

Browse files
committed
Use @extends instead of @template-extends
For consistency with the rest of the project.
1 parent 57d87d0 commit 99d7b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* A TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches.
1515
*
16-
* @template-extends PolyhedralSurface<Triangle>
16+
* @extends PolyhedralSurface<Triangle>
1717
*
1818
* @final
1919
*/

0 commit comments

Comments
 (0)