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 b2877f1 commit 6238750Copy full SHA for 6238750
src/Type/Type.php
@@ -214,8 +214,6 @@ public function toArrayKey(): Type;
214
*
215
* Example: int is accepted by int|float with strict_types = 1
216
* Stringable is accepted by string|Stringable even without strict_types.
217
- *
218
- * Note: Logic with $strictTypes=false is mostly not implemented in Type subclasses.
219
*/
220
public function toCoercedArgumentType(bool $strictTypes): self;
221
0 commit comments