File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ abstract class CodeTransformerKernel
3131 #[Inject]
3232 private Options $ options ;
3333
34+ /** @internal */
3435 #[Inject]
3536 protected TransformerManager $ transformerManager ;
3637
@@ -44,7 +45,10 @@ abstract class CodeTransformerKernel
4445 private AutoloadInterceptor $ autoloadInterceptor ;
4546
4647 /**
47- * Make the constructor public to allow the DI container to instantiate the class.
48+ * Make the constructor public to allow the DI container to instantiate the
49+ * class.
50+ *
51+ * @internal
4852 */
4953 public function __construct () {}
5054
@@ -70,7 +74,7 @@ public function __construct() {}
7074
7175 /**
7276 * Enable debug mode. This will disable the cache.
73- * <br><b>Default:</b> false<br>
77+ * <br><b>Default:</b> {@link false} <br>
7478 *
7579 * @var bool
7680 */
You can’t perform that action at this time.
0 commit comments