1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-19 07:36:17 +02:00

Fix CS and php5.3 compat

This commit is contained in:
Jordi Boggiano
2015-08-31 10:26:07 +01:00
parent 0524c87587
commit 5785a9ac4a
4 changed files with 4 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ class IntrospectionProcessor
return $record;
}
private function isTraceClassOrSkippedFunction (array $trace, $index)
private function isTraceClassOrSkippedFunction(array $trace, $index)
{
if (!isset($trace[$index])) {
return false;