File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Reader/Extension/PodcastIndex
Writer/Extension/PodcastIndex Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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,
166168 * accountId: string,
167169 * space: string,
168170 * }
169- * @psalm-internal Laminas\Feed
170- * @psalm-internal LaminasTest\Feed
171171 */
172172final class AttributesReader
173173{
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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,
187189 * accountId?: string,
188190 * space?: string,
189191 * }
190- * @psalm-internal Laminas\Feed
191- * @psalm-internal LaminasTest\Feed
192192 */
193193final class Validator
194194{
You can’t perform that action at this time.
0 commit comments