Skip to content

Commit 8da59ae

Browse files
Update typescript-transformer.php
1 parent 9c2508a commit 8da59ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/typescript-transformer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/*
1414
* Collectors will search for classes in the `auto_discover_types` paths and choose the correct
1515
* transformer to transform them. By default, we include a DefaultCollector which will search
16-
* for @typescript annotated and ![TypeScript] attributed classes to transform.
16+
* for @typescript annotated and #[TypeScript] attributed classes to transform.
1717
*/
1818

1919
'collectors' => [

0 commit comments

Comments
 (0)