Page MenuHomeDevCentral

D1535.diff
No OneTemporary

D1535.diff

diff --git a/app/Analyzers/GitHub/Events/CreateEvent.php b/app/Analyzers/GitHub/Events/CreateEvent.php
--- a/app/Analyzers/GitHub/Events/CreateEvent.php
+++ b/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/',
];
}
diff --git a/app/Analyzers/GitHub/Events/DeleteEvent.php b/app/Analyzers/GitHub/Events/DeleteEvent.php
--- a/app/Analyzers/GitHub/Events/DeleteEvent.php
+++ b/app/Analyzers/GitHub/Events/DeleteEvent.php
@@ -52,8 +52,8 @@
*/
private function getLinkRefSegments () {
return [
- 'tag' => '/tags',
- 'branch' => '/branches',
+ 'tag' => '/tags',
+ 'branch' => '/branches',
];
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 02:05 (19 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248561
Default Alt Text
D1535.diff (931 B)

Event Timeline