Skip to content

Commit 7b88cb1

Browse files
committed
podcast index: marked helper classes as internal
Signed-off-by: Naima <102792540+nb823@users.noreply.github.com>
1 parent 4e6f7ea commit 7b88cb1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Reader/Extension/PodcastIndex/AttributesReader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
* accountId: string,
164164
* space: string,
165165
* }
166+
* @internal Laminas\Feed
167+
* @internal LaminasTest\Feed
166168
* @psalm-internal Laminas\Feed
167169
* @psalm-internal LaminasTest\Feed
168170
*/

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
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
2123
* @psalm-internal Laminas\Feed
2224
* @psalm-internal LaminasTest\Feed
2325
*/

src/Writer/Extension/PodcastIndex/Validator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@
184184
* accountId?: string,
185185
* space?: string,
186186
* }
187+
* @internal Laminas\Feed
188+
* @internal LaminasTest\Feed
187189
* @psalm-internal Laminas\Feed
188190
* @psalm-internal LaminasTest\Feed
189191
*/

0 commit comments

Comments
 (0)