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 639ff28 commit 6976961Copy full SHA for 6976961
tests/IDLeDOMTest.php
@@ -32,7 +32,7 @@ public function testStubs( string $stubname ) {
32
$expr = "new class() implements $inter {\n" .
33
implode( "\n", $stubs ) . "\n" .
34
( $helper ? "\tuse $helper;\n" : '' ) .
35
- "\tprotected function _unimplemented() {\n" .
+ "\tprotected function _unimplemented() : \\Exception {\n" .
36
"\t\treturn new \\Exception();\n" .
37
"\t}\n" .
38
"};";
0 commit comments