Skip to content

Commit 5a55616

Browse files
Fixed code-style
1 parent aa14df3 commit 5a55616

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/snippets/feeds-feed-item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function toArray(): array
2020
'my-key-1' => 'my value 1',
2121
'my-key-2' => 'my value 2',
2222
],
23-
'@cdata' => '<h1>' . $this->model->name . '</h1>',
23+
'@cdata' => '<h1>' . $this->model->name . '</h1>',
2424
],
2525
];
2626
}

docs/snippets/receipt-instagram-feed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ public function header(): string
2525
$url = config('app.url');
2626

2727
return <<<XML
28-
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
29-
<channel>
30-
<title>$name</title>
31-
<link>$url</link>
28+
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
29+
<channel>
30+
<title>$name</title>
31+
<link>$url</link>
3232
33-
XML;
33+
XML;
3434
}
3535

3636
public function footer(): string

0 commit comments

Comments
 (0)