Skip to content

Commit 58da676

Browse files
committed
[TypeDeclaration] Skip class not found on ObjectTypedPropertyFromJMSSerializerAttributeTypeRector
1 parent d1ff945 commit 58da676

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Rector\Tests\TypeDeclaration\Rector\Class_\ObjectTypedPropertyFromJMSSerializerAttributeTypeRector\Fixture;
4+
5+
use JMS\Serializer\Annotation as JMS;
6+
7+
final class SkipClassNotFound
8+
{
9+
#[JMS\Type('SomeNonExistentClass')]
10+
protected $dynamicRef;
11+
}

0 commit comments

Comments
 (0)