Skip to content

Commit ab69a47

Browse files
committed
use static
1 parent 7f6a4aa commit ab69a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuffLog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function __callStatic($methodName, $args)
7676
}
7777
}
7878

79-
private function enrichLog()
79+
private static function enrichLog()
8080
{
8181
// This should probably implemented as a Monolog Processor
8282
// https://github.com/Seldaek/monolog/tree/master/src/Monolog/Processor

0 commit comments

Comments
 (0)