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 04936a7 commit 6df31dbCopy full SHA for 6df31db
tests/phpDocumentor/Reflection/DocBlockTest.php
@@ -162,14 +162,14 @@ public function testInvalidTagBlock()
162
}
163
164
require 'data:text/plain;base64,'. base64_encode(
165
-<<<'TAG_HANDLER'
+ <<<DOCBLOCK_EXTENSION
166
<?php
167
class MyReflectionDocBlock extends \phpDocumentor\Reflection\DocBlock {
168
- protected function splitDocBlock($comment) {
+ protected function splitDocBlock(\$comment) {
169
return array('', '', 'Invalid tag block');
170
171
172
-TAG_HANDLER
+DOCBLOCK_EXTENSION
173
);
174
new \MyReflectionDocBlock('');
175
0 commit comments