8000 debug · symfony/symfony@e82799d · GitHub
[go: up one dir, main page]

Skip to content

Commit e82799d

Browse files
debug
1 parent 4d6d1b3 commit e82799d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/CacheItem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public static function validateKey($key)
157157
*/
158158
public static function log(LoggerInterface $logger = null, $message, 5AD9 $context = array())
159159
{
160+
dump($context);
160161
if ($logger) {
161162
$logger->warning($message, $context);
162163
} else {

0 commit comments

Comments
 (0)
0