diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -212,7 +212,7 @@ 'PhutilLipsumContextFreeGrammar' => 'grammar/PhutilLipsumContextFreeGrammar.php', 'PhutilLock' => 'filesystem/PhutilLock.php', 'PhutilLockException' => 'filesystem/PhutilLockException.php', - 'PhutilLogfileChannel' => 'channel/PhutilLogfileChannel.php', + 'PhutilLogFileChannel' => 'channel/PhutilLogFileChannel.php', 'PhutilLunarPhase' => 'utils/PhutilLunarPhase.php', 'PhutilLunarPhaseTestCase' => 'utils/__tests__/PhutilLunarPhaseTestCase.php', 'PhutilMarkupEngine' => 'markup/PhutilMarkupEngine.php', @@ -626,7 +626,7 @@ 'PhutilLibraryConflictException' => 'Exception', 'PhutilLipsumContextFreeGrammar' => 'PhutilContextFreeGrammar', 'PhutilLockException' => 'Exception', - 'PhutilLogfileChannel' => 'PhutilChannelChannel', + 'PhutilLogFileChannel' => 'PhutilChannelChannel', 'PhutilLunarPhaseTestCase' => 'PhutilTestCase', 'PhutilMarkupTestCase' => 'PhutilTestCase', 'PhutilMemcacheKeyValueCache' => 'PhutilKeyValueCache', diff --git a/src/channel/PhutilLogfileChannel.php b/src/channel/PhutilLogFileChannel.php rename from src/channel/PhutilLogfileChannel.php rename to src/channel/PhutilLogFileChannel.php --- a/src/channel/PhutilLogfileChannel.php +++ b/src/channel/PhutilLogFileChannel.php @@ -4,7 +4,7 @@ * A @{class:PhutilChannelChannel} which wraps some other channel and writes * data passed over it to a log file. */ -final class PhutilLogfileChannel extends PhutilChannelChannel { +final class PhutilLogFileChannel extends PhutilChannelChannel { private $logfile;