Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3747539
D1535.id3917.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
954 B
Referenced Files
None
Subscribers
None
D1535.id3917.diff
View Options
Index: app/Analyzers/GitHub/Events/CreateEvent.php
===================================================================
--- app/Analyzers/GitHub/Events/CreateEvent.php
+++ app/Analyzers/GitHub/Events/CreateEvent.php
@@ -55,8 +55,8 @@
*/
private function getLinkRefSegments () : array {
return [
- 'tag' => '/releases/tag/',
- 'branch' => '/tree/',
+ 'tag' => '/releases/tag/',
+ 'branch' => '/tree/',
];
}
Index: app/Analyzers/GitHub/Events/DeleteEvent.php
===================================================================
--- app/Analyzers/GitHub/Events/DeleteEvent.php
+++ app/Analyzers/GitHub/Events/DeleteEvent.php
@@ -52,8 +52,8 @@
*/
private function getLinkRefSegments () {
return [
- 'tag' => '/tags',
- 'branch' => '/branches',
+ 'tag' => '/tags',
+ 'branch' => '/branches',
];
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 02:37 (57 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248560
Default Alt Text
D1535.id3917.diff (954 B)
Attached To
Mode
D1535: Fix array indentation
Attached
Detach File
Event Timeline
Log In to Comment