Skip to content

Commit e6ad19a

Browse files
committed
Updated PhpDocs
1 parent f3784fe commit e6ad19a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/CodeTransformerKernel.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)