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 b5a198c commit b42c3eeCopy full SHA for b42c3ee
1 file changed
test/Context/FlattenArgumentTest.php
@@ -10,6 +10,6 @@ class FlattenArgumentTest extends TestCase
10
{
11
public function testNan()
12
13
- self::assertSame('NAN', flattenArgument(sqrt(-1)));
+ self::assertSame('NAN', flattenArgument(\sqrt(-1)));
14
}
15
0 commit comments