1
0
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:
orklah 2021-10-27 22:45:16 +02:00
parent 9b7eabe17f
commit e17ca1ba10
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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
{