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 2eedf6a commit 8fab3bcCopy full SHA for 8fab3bc
src/Kernel/Repository/Factory/DefaultTypeRepositoryFactory.php
@@ -25,8 +25,8 @@
25
final class DefaultTypeRepositoryFactory implements TypeRepositoryFactoryInterface
26
{
27
public const DEFAULT_TRACING_OPTION = false;
28
- public const DEFAULT_TYPE_CAST_TRACING_OPTION = false;
29
- public const DEFAULT_TYPE_MATCH_TRACING_OPTION = true;
+ public const DEFAULT_TYPE_CAST_TRACING_OPTION = true;
+ public const DEFAULT_TYPE_MATCH_TRACING_OPTION = false;
30
public const DEFAULT_LOGGING_OPTION = false;
31
public const DEFAULT_TYPE_CAST_LOGGING_OPTION = false;
32
public const DEFAULT_TYPE_MATCH_LOGGING_OPTION = true;
0 commit comments