minor #29371 Update HttpKernel.php (shreypuranik)

This PR was merged into the 3.4 branch.

Discussion
----------

Update HttpKernel.php

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      |  no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

This update adds a docblock to varToString method in HttpKernel Class

Commits
-------

3324e2a2a6 Update HttpKernel.php
This commit is contained in:
Nicolas Grekas 2018-12-01 09:22:50 +01:00
commit 705445db5e
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)) {