File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/guides/src/Event Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414namespace phpDocumentor \Guides \Event ;
1515
16- use phpDocumentor \Guides \Compiler \CompilerContext ;
16+ use phpDocumentor \Guides \Compiler \CompilerContextInterface ;
1717use phpDocumentor \Guides \Nodes \DocumentNode ;
1818use phpDocumentor \Guides \Nodes \Node ;
1919
@@ -23,7 +23,7 @@ final class ModifyDocumentEntryAdditionalData
2323 public function __construct (
2424 private array $ additionalData ,
2525 private readonly DocumentNode $ documentNode ,
26- private readonly CompilerContext $ compilerContext ,
26+ private readonly CompilerContextInterface $ compilerContext ,
2727 ) {
2828 }
2929
@@ -46,7 +46,7 @@ public function getDocumentNode(): DocumentNode
4646 return $ this ->documentNode ;
4747 }
4848
49- public function getCompilerContext (): CompilerContext
49+ public function getCompilerContext (): CompilerContextInterface
5050 {
5151 return $ this ->compilerContext ;
5252 }
You can’t perform that action at this time.
0 commit comments