list all known parameter types with constants, so we get the names in debug logs
[auerswald-callnotifier.git] / src / callnotifier / Logger / Debug.php
index 06f7b08b72b7e98362596852240924f459291ee1..1b921f3f841b0a5961a6df8f7c78c411d6770c03 100644 (file)
@@ -82,7 +82,7 @@ class Logger_Debug implements Logger
                 $param->type,
                 $param->title
                 ? ' ' . $this->purple . $param->title . $this->end
-                : '',
+                : ' ' . $this->purple . $param->getTypeName() . $this->end,
                 $param->length,
                 preg_replace('/[^[:print:]]/', '?', $param->data)
                 . (isset($param->number)