We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2508a commit 8da59aeCopy full SHA for 8da59ae
config/typescript-transformer.php
@@ -13,7 +13,7 @@
13
/*
14
* Collectors will search for classes in the `auto_discover_types` paths and choose the correct
15
* transformer to transform them. By default, we include a DefaultCollector which will search
16
- * for @typescript annotated and ![TypeScript] attributed classes to transform.
+ * for @typescript annotated and #[TypeScript] attributed classes to transform.
17
*/
18
19
'collectors' => [
0 commit comments