@@ -24,8 +24,8 @@ public function __construct(
2424 * If you need to retrieve configuration's settings, it is recommended
2525 * to use the following methods:
2626 *
27- * - {@see MappingContext ::isObjectAsArray()}
28- * - {@see MappingContext ::isStrictTypesEnabled()}
27+ * - {@see RuntimeContext ::isObjectAsArray()}
28+ * - {@see RuntimeContext ::isStrictTypesEnabled()}
2929 */
3030 public readonly Configuration $ config ,
3131 /**
@@ -37,7 +37,7 @@ public function __construct(
3737 * You can safely use all the methods of this interface, but for ease of
3838 * use, the following methods are available to you:
3939 *
40- * - {@see MappingContext ::getDefinitionByValue()} - returns definition string
40+ * - {@see RuntimeContext ::getDefinitionByValue()} - returns definition string
4141 * by the passed value.
4242 */
4343 public readonly TypeExtractorInterface $ extractor ,
@@ -51,9 +51,9 @@ public function __construct(
5151 * You can safely use all the methods of this interface, but for ease of
5252 * use, the following methods are available to you:
5353 *
54- * - {@see MappingContext ::getStatementByValue()} - returns statement node by
54+ * - {@see RuntimeContext ::getStatementByValue()} - returns statement node by
5555 * the value.
56- * - {@see MappingContext ::getStatementByDefinition()} - returns statement node
56+ * - {@see RuntimeContext ::getStatementByDefinition()} - returns statement node
5757 * by the definition string.
5858 */
5959 public readonly TypeParserInterface $ parser ,
@@ -67,11 +67,11 @@ public function __construct(
6767 * You can safely use all the methods of this interface, but for ease of
6868 * use, the following methods are available to you:
6969 *
70- * - {@see MappingContext ::getTypeByValue()} - returns type instance by the
70+ * - {@see RuntimeContext ::getTypeByValue()} - returns type instance by the
7171 * passed value.
72- * - {@see MappingContext ::getTypeByDefinition()} - returns type instance by
72+ * - {@see RuntimeContext ::getTypeByDefinition()} - returns type instance by
7373 * the type definition string.
74- * - {@see MappingContext ::getTypeByStatement()} - returns type instance by
74+ * - {@see RuntimeContext ::getTypeByStatement()} - returns type instance by
7575 * the type statement.
7676 */
7777 public readonly TypeRepositoryInterface $ types ,
0 commit comments