mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix phpcs error
This commit is contained in:
parent
0d88b4f2e7
commit
22daecb8ad
@ -322,8 +322,7 @@ class AnnotationTest extends TestCase
|
||||
*/
|
||||
function fooBar() : void {
|
||||
}',
|
||||
'error_message' =>
|
||||
'InvalidDocblock - src/somefile.php:5 - Badly-formatted @param in docblock for fooBar',
|
||||
'error_message' => 'InvalidDocblock - src/somefile.php:5 - Badly-formatted @param',
|
||||
],
|
||||
'invalidDocblockReturn' => [
|
||||
'<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user