File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class HtmlAttrMergeTest extends TestCase
2222 /**
2323 * @dataProvider htmlAttrProvider
2424 */
25- public function testMerge (array $ expected , array $ inputs ): void
25+ public function testMerge (array $ expected , array $ inputs )
2626 {
2727 $ result = HtmlExtension::htmlAttrMerge (...$ inputs );
2828
@@ -181,7 +181,7 @@ public static function htmlAttrProvider(): \Generator
181181 ];
182182 }
183183
184- public function testIncompatibleValuesMergeThrowsException (): void
184+ public function testIncompatibleValuesMergeThrowsException ()
185185 {
186186 $ this ->expectException (RuntimeError::class);
187187 $ this ->expectExceptionMessage ('Cannot merge incompatible values for key "test" ' );
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class HtmlAttrTest extends TestCase
2222 /**
2323 * @dataProvider htmlAttrProvider
2424 */
25- public function testPrintingAttributes (string $ expected , array $ inputs ): void
25+ public function testPrintingAttributes (string $ expected , array $ inputs )
2626 {
2727 $ result = HtmlExtension::htmlAttr (new Environment (new ArrayLoader ()), ...$ inputs );
2828
You can’t perform that action at this time.
0 commit comments