Page MenuHomePhabricator

D11228.id26969.diff
No OneTemporary

D11228.id26969.diff

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;

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 24, 6:46 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7664523
Default Alt Text
D11228.id26969.diff (1 KB)

Event Timeline