File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed
Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 99### Changed
1010
1111- Use more precise primitive types
12+ - ` Innmind\Graphviz\Attribute\Value ` is now internal
13+ - ` Innmind\Graphviz\Node::attributes() ` is now internal
14+ - ` Innmind\Graphviz\Node\Shape::attributes() ` is now internal
15+ - ` Innmind\Graphviz\Graph::roots() ` is now internal
16+ - ` Innmind\Graphviz\Graph::nodes() ` is now internal
17+ - ` Innmind\Graphviz\Graph::attributes() ` is now internal
18+ - ` Innmind\Graphviz\Edge::attributes() ` is now internal
1219
1320### Removed
1421
Original file line number Diff line number Diff line change 77use Innmind \Immutable \Str ;
88
99/**
10+ * @internal
1011 * @psalm-immutable
1112 */
1213final class Value
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ public function filled(): self
127127 }
128128
129129 /**
130+ * @internal
131+ *
130132 * @return Map<string, string>
131133 */
132134 public function attributes (): Map
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ public function add(Node $node): self
144144 }
145145
146146 /**
147+ * @internal
148+ *
147149 * @return Set<Node>
148150 */
149151 public function roots (): Set
@@ -160,6 +162,8 @@ public function roots(): Set
160162 }
161163
162164 /**
165+ * @internal
166+ *
163167 * @return Set<Node>
164168 */
165169 public function nodes (): Set
@@ -235,6 +239,8 @@ public function target(Url $url): self
235239 }
236240
237241 /**
242+ * @internal
243+ *
238244 * @return Map<string, string>
239245 */
240246 public function attributes (): Map
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ public function shaped(Shape $shape): self
139139 }
140140
141141 /**
142+ * @internal
143+ *
142144 * @return Map<string, string>
143145 */
144146 public function attributes (): Map
Original file line number Diff line number Diff line change @@ -283,6 +283,8 @@ public function fillWithColor(RGBA $color): self
283283 }
284284
285285 /**
286+ * @internal
287+ *
286288 * @return Map<string, string>
287289 */
288290 public function attributes (): Map
You can’t perform that action at this time.
0 commit comments