Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3774680
D1671.id4258.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
611 B
Referenced Files
None
Subscribers
None
D1671.id4258.diff
View Options
diff --git a/src/LogEntry.php b/src/LogEntry.php
--- a/src/LogEntry.php
+++ b/src/LogEntry.php
@@ -25,7 +25,7 @@
///
public function __construct () {
- $this->date = self::get_current_timestamp();
+ $this->date = self::getCurrentTimestamp();
}
///
@@ -33,7 +33,7 @@
///
// Helper methods
- private static function get_current_timestamp () : string {
+ private static function getCurrentTimestamp () : string {
// Nasqueron log format: 2016-02-13T23:14:00Z (with a final Z for UTC)
return str_replace("+00:00", "Z", gmdate('c'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 13:27 (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260318
Default Alt Text
D1671.id4258.diff (611 B)
Attached To
Mode
D1671: Use CamelCase for method names
Attached
Detach File
Event Timeline
Log In to Comment