Update HttpKernel.php

Adding docblock to varToString method in HttpKernel Class
This commit is contained in:
Shrey Puranik 2018-11-29 08:43:48 +00:00 committed by GitHub
parent 27c17be552
commit 3324e2a2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -263,6 +263,9 @@ class HttpKernel implements HttpKernelInterface, TerminableInterface
}
}
/**
* Returns a human-readable string for the specified variable.
*/
private function varToString($var)
{
if (\is_object($var)) {