We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4aa500 commit d72b017Copy full SHA for d72b017
tests/Lib/Dwarf/Expression/ExpressionTest.php
@@ -23,7 +23,7 @@ public function testExecute($expected, $operations): void
23
$expression = new Expression(
24
new ExpressionContext(),
25
new Stack([]),
26
- ...$operations
+ $operations
27
);
28
$this->assertSame(
29
$expected,
0 commit comments