Skip to content

Commit 05eb9d2

Browse files
committed
[AutoImport] Skip used via @uses SomeClass::$someRef on UnusedImportRemovingPostRector
1 parent efe86cc commit 05eb9d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
use bridge\workshop\viewmodel\AppointmentFormVM;
4+
5+
/** @uses AppointmentFormVM::$locations */
6+
$r->setLocations('locations');

0 commit comments

Comments
 (0)