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 76c82ec commit bebc091Copy full SHA for bebc091
tests/lib/Output/Normalizer/ArrayNormalizerTest.php
@@ -22,7 +22,7 @@ public function testNormalizeArray(): void
22
23
self::assertIsArray($result);
24
25
- self::assertSame('100', $result['amount']);
+ self::assertSame(100, $result['amount']);
26
self::assertSame('EUR', $result['currency']);
27
}
28
0 commit comments