current init

This commit is contained in:
Marek
2026-03-30 15:42:44 +02:00
parent c5229e48ed
commit 2f96caaa23
366 changed files with 6093 additions and 11029 deletions

View File

@@ -19,7 +19,7 @@ class PropertyAccessConfig
private $_usedProperties = [];
/**
* @default false
* @default true
* @param ParamConfigurator|bool $value
* @return $this
*/

View File

@@ -15,7 +15,7 @@ class PropertyInfoConfig
private $_usedProperties = [];
/**
* @default false
* @default true
* @param ParamConfigurator|bool $value
* @return $this
*/

View File

@@ -24,7 +24,7 @@ class SerializerConfig
private $_usedProperties = [];
/**
* @default false
* @default true
* @param ParamConfigurator|bool $value
* @return $this
*/

View File

@@ -15,7 +15,7 @@ class TypeInfoConfig
private $_usedProperties = [];
/**
* @default false
* @default true
* @param ParamConfigurator|bool $value
* @return $this
*/

View File

@@ -27,7 +27,7 @@ class ValidationConfig
private $_usedProperties = [];
/**
* @default false
* @default true
* @param ParamConfigurator|bool $value
* @return $this
*/