Skip to content

Commit 8fab3bc

Browse files
committed
Improve tracing defaults
1 parent 2eedf6a commit 8fab3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kernel/Repository/Factory/DefaultTypeRepositoryFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
final class DefaultTypeRepositoryFactory implements TypeRepositoryFactoryInterface
2626
{
2727
public const DEFAULT_TRACING_OPTION = false;
28-
public const DEFAULT_TYPE_CAST_TRACING_OPTION = false;
29-
public const DEFAULT_TYPE_MATCH_TRACING_OPTION = true;
28+
public const DEFAULT_TYPE_CAST_TRACING_OPTION = true;
29+
public const DEFAULT_TYPE_MATCH_TRACING_OPTION = false;
3030
public const DEFAULT_LOGGING_OPTION = false;
3131
public const DEFAULT_TYPE_CAST_LOGGING_OPTION = false;
3232
public const DEFAULT_TYPE_MATCH_LOGGING_OPTION = true;

0 commit comments

Comments
 (0)