Skip to content

Commit 873ec63

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

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

src/Reader/Extension/PodcastIndex/AttributesReader.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
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
18+
* @internal
19+
*
20+
* @psalm-internal Laminas\Feed
21+
* @psalm-internal LaminasTest\Feed
2022
*
2123
* @psalm-type FundingObject = object{
2224
* title: string,
@@ -166,8 +168,6 @@
166168
* accountId: string,
167169
* space: string,
168170
* }
169-
* @psalm-internal Laminas\Feed
170-
* @psalm-internal LaminasTest\Feed
171171
*/
172172
final class AttributesReader
173173
{

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
* This class is internal to the library and should not be referenced by consumer code.
1919
* Backwards Incompatible changes can occur in Minor and Patch Releases.
2020
*
21-
* @internal Laminas\Feed
22-
* @internal LaminasTest\Feed
21+
* @internal
2322
*
2423
* @psalm-internal Laminas\Feed
2524
* @psalm-internal LaminasTest\Feed

src/Writer/Extension/PodcastIndex/Validator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
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
30+
* @internal
31+
*
32+
* @psalm-internal Laminas\Feed
33+
* @psalm-internal LaminasTest\Feed
3234
*
3335
* @psalm-type LockedArray = array{
3436
* value: string,
@@ -187,8 +189,6 @@
187189
* accountId?: string,
188190
* space?: string,
189191
* }
190-
* @psalm-internal Laminas\Feed
191-
* @psalm-internal LaminasTest\Feed
192192
*/
193193
final class Validator
194194
{

0 commit comments

Comments
 (0)