mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix CS/test
This commit is contained in:
parent
9b7eabe17f
commit
e17ca1ba10
@ -33,8 +33,8 @@ use Psalm\Storage\FunctionStorage;
|
||||
use Psalm\Storage\MethodStorage;
|
||||
use Psalm\Storage\PropertyStorage;
|
||||
use Psalm\Type;
|
||||
|
||||
use UnexpectedValueException;
|
||||
|
||||
use function array_pop;
|
||||
use function count;
|
||||
use function explode;
|
||||
|
@ -1921,7 +1921,7 @@ class AnnotationTest extends TestCase
|
||||
",
|
||||
'error_message' => 'InvalidDocblock',
|
||||
],
|
||||
'promotedPropertiesDocumentationFailsWhenSendingBadTypeAgainParam' => [
|
||||
'promotedPropertiesDocumentationFailsWhenSendingBadTypeAgainstParam' => [
|
||||
'<?php
|
||||
final class UserRole
|
||||
{
|
||||
@ -1936,7 +1936,7 @@ class AnnotationTest extends TestCase
|
||||
',
|
||||
'error_message' => 'InvalidArgument',
|
||||
],
|
||||
'promotedPropertiesDocumentationFailsWhenSendingBadTypeAgainProperty' => [
|
||||
'promotedPropertiesDocumentationFailsWhenSendingBadTypeAgainstProperty' => [
|
||||
'<?php
|
||||
final class UserRole
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user