@@ -71,6 +71,9 @@ |
||
71 | 71 | return $point; |
72 | 72 | } |
73 | 73 | |
74 | + /** |
|
75 | + * @param Point $point |
|
76 | + */ |
|
74 | 77 | public function attach($point, $data = null): void |
75 | 78 | { |
76 | 79 | if (!$point instanceof Point) { |