Skip to content

Commit 6238750

Browse files
committed
Remove obsolete note
1 parent b2877f1 commit 6238750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Type/Type.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ public function toArrayKey(): Type;
214214
*
215215
* Example: int is accepted by int|float with strict_types = 1
216216
* Stringable is accepted by string|Stringable even without strict_types.
217-
*
218-
* Note: Logic with $strictTypes=false is mostly not implemented in Type subclasses.
219217
*/
220218
public function toCoercedArgumentType(bool $strictTypes): self;
221219

0 commit comments

Comments
 (0)