We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbec37 commit 5f7cbe0Copy full SHA for 5f7cbe0
src/Interfaces/PointInterface.php
@@ -6,6 +6,9 @@
6
7
use IteratorAggregate;
8
9
+/**
10
+ * @extends IteratorAggregate<int>
11
+ */
12
interface PointInterface extends IteratorAggregate
13
{
14
/**
0 commit comments