We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8624b3f commit bbbf363Copy full SHA for bbbf363
1 file changed
specs/parser/CommentParser.spec.php
@@ -38,7 +38,7 @@
38
$comment = $this->comment;
39
expect(count($comment->getVars()))->to->equal(2);
40
});
41
- it('creates return FQCN', function(){
+ it('returns FQCN', function(){
42
43
expect($comment->getReturn())->to->be->an->instanceof(FQCN::class);
44
expect($comment->getReturn()->toString())->to->equal('Entity\Node\Comment');
0 commit comments