Skip to content

Commit

Permalink
wipg
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Aug 12, 2022
1 parent 05c1e66 commit 4b3b15b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Rules/FloatRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public function getExpectedInputType(Args $args, TypeContext $context): Node

return CompoundNode::createOrType([
$intNode,
// TODO - numeric string config?
new SimpleNode('numeric-string'),
]);
}
Expand Down
1 change: 0 additions & 1 deletion src/Rules/IntRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public function getExpectedInputType(Args $args, TypeContext $context): Node

return CompoundNode::createOrType([
$intNode,
// TODO - numeric string config?
new SimpleNode('numeric-string'),
]);
}
Expand Down

0 comments on commit 4b3b15b

Please sign in to comment.