Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425968
D11228.id26969.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11228.id26969.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11228: Rename `PhutilLogfileChannel` for consistency
Attached
Detach File
Event Timeline
Log In to Comment