We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fd140 commit d345586Copy full SHA for d345586
src/Configuration.php
@@ -7,7 +7,7 @@
7
use Psr\Log\LoggerInterface;
8
use TypeLang\Mapper\Tracing\TracerInterface;
9
10
-final class Configuration
+class Configuration
11
{
12
/**
13
* Default value for {@see $objectAsArray} option.
@@ -17,7 +17,7 @@ final class Configuration
17
18
* Default value for {@see $strictTypes} option.
19
*/
20
- public const STRICT_TYPES_DEFAULT_VALUE = true;
+ public const STRICT_TYPES_DEFAULT_VALUE = false;
21
22
public function __construct(
23
0 commit comments