We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ee78e commit 16b2687Copy full SHA for 16b2687
3 files changed
src/HttpMessage/AbstractStream.php
@@ -49,7 +49,7 @@ protected static function getDebugType($value): string
49
{
50
return \is_object($value)
51
? \get_class($value)
52
- : \gettype($value);
+ : \strtolower(\gettype($value));
53
}
54
55
/**
src/HttpMessage/AssertionTrait.php
@@ -80,7 +80,7 @@ protected static function getDebugType($value): string
80
81
82
83
84
85
86
/*
src/HttpMessage/Utility/ParseStr.php
@@ -118,7 +118,7 @@ protected static function getDebugType($value): string
118
119
120
121
122
123
124
0 commit comments