Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 965500b

Browse files
committed
Fix tests
1 parent 85e4643 commit 965500b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/LanguageServerCompletion/Integration/MarkdownObjectRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public function foobar()
441441
EOT
442442
)->get('OneClass')->methods()->get('foobar');
443443
},
444-
'method8.md',
444+
'method8.md'
445445
];
446446
}
447447

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
_deprecated: This is deprecated_
1+
// @deprecated This is deprecated
22
class Foobar
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
_deprecated: Do not use me_
2-
public function foobar()
1+
// @deprecated Do not use me
2+
public function foobar()

0 commit comments

Comments
 (0)