Skip to content

Commit 4b3b15b

Browse files
committed
wipg
1 parent 05c1e66 commit 4b3b15b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Rules/FloatRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public function getExpectedInputType(Args $args, TypeContext $context): Node
201201

202202
return CompoundNode::createOrType([
203203
$intNode,
204-
// TODO - numeric string config?
205204
new SimpleNode('numeric-string'),
206205
]);
207206
}

src/Rules/IntRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public function getExpectedInputType(Args $args, TypeContext $context): Node
197197

198198
return CompoundNode::createOrType([
199199
$intNode,
200-
// TODO - numeric string config?
201200
new SimpleNode('numeric-string'),
202201
]);
203202
}

0 commit comments

Comments
 (0)