Skip to content

Commit 13b9349

Browse files
committed
podcast index: phpcs fixes
Signed-off-by: Naima <102792540+nb823@users.noreply.github.com>
1 parent 7b88cb1 commit 13b9349

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/Reader/Extension/PodcastIndex/AttributesReader.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
* This class is internal to the library and should not be referenced by consumer code.
1616
* Backwards Incompatible changes can occur in Minor and Patch Releases.
1717
*
18+
* @internal Laminas\Feed
19+
* @internal LaminasTest\Feed
20+
*
1821
* @psalm-type FundingObject = object{
1922
* title: string,
2023
* url: string
@@ -163,8 +166,6 @@
163166
* accountId: string,
164167
* space: string,
165168
* }
166-
* @internal Laminas\Feed
167-
* @internal LaminasTest\Feed
168169
* @psalm-internal Laminas\Feed
169170
* @psalm-internal LaminasTest\Feed
170171
*/

src/Writer/Extension/PodcastIndex/Renderer/ElementGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*
2121
* @internal Laminas\Feed
2222
* @internal LaminasTest\Feed
23+
*
2324
* @psalm-internal Laminas\Feed
2425
* @psalm-internal LaminasTest\Feed
2526
*/

src/Writer/Extension/PodcastIndex/Validator.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
* This class is internal to the library and should not be referenced by consumer code.
2828
* Backwards Incompatible changes can occur in Minor and Patch Releases.
2929
*
30+
* @internal Laminas\Feed
31+
* @internal LaminasTest\Feed
32+
*
3033
* @psalm-type LockedArray = array{
3134
* value: string,
3235
* owner: string
@@ -184,8 +187,6 @@
184187
* accountId?: string,
185188
* space?: string,
186189
* }
187-
* @internal Laminas\Feed
188-
* @internal LaminasTest\Feed
189190
* @psalm-internal Laminas\Feed
190191
* @psalm-internal LaminasTest\Feed
191192
*/

0 commit comments

Comments
 (0)