1616 *
1717 * @since 0.1.0
1818 * @since 1.2.0 Added optional description property.
19- * @since n.e.x.t Added optional logoPath property.
19+ * @since 1.3.0 Added optional logoPath property.
2020 *
2121 * @phpstan-type ProviderMetadataArrayShape array{
2222 * id: string,
@@ -80,7 +80,7 @@ class ProviderMetadata extends AbstractDataTransferObject
8080 *
8181 * @since 0.1.0
8282 * @since 1.2.0 Added optional $description parameter.
83- * @since n.e.x.t Added optional $logoPath parameter.
83+ * @since 1.3.0 Added optional $logoPath parameter.
8484 *
8585 * @param string $id The provider's unique identifier.
8686 * @param string $name The provider's display name.
@@ -183,7 +183,7 @@ public function getAuthenticationMethod(): ?RequestAuthenticationMethod
183183 /**
184184 * Gets the full path to the provider's logo image file.
185185 *
186- * @since n.e.x.t
186+ * @since 1.3.0
187187 *
188188 * @return string|null The full path to the logo image file.
189189 */
@@ -197,7 +197,7 @@ public function getLogoPath(): ?string
197197 *
198198 * @since 0.1.0
199199 * @since 1.2.0 Added description to schema.
200- * @since n.e.x.t Added logoPath to schema.
200+ * @since 1.3.0 Added logoPath to schema.
201201 */
202202 public static function getJsonSchema (): array
203203 {
@@ -244,7 +244,7 @@ public static function getJsonSchema(): array
244244 *
245245 * @since 0.1.0
246246 * @since 1.2.0 Added description to output.
247- * @since n.e.x.t Added logoPath to output.
247+ * @since 1.3.0 Added logoPath to output.
248248 *
249249 * @return ProviderMetadataArrayShape
250250 */
@@ -266,7 +266,7 @@ public function toArray(): array
266266 *
267267 * @since 0.1.0
268268 * @since 1.2.0 Added description support.
269- * @since n.e.x.t Added logoPath support.
269+ * @since 1.3.0 Added logoPath support.
270270 */
271271 public static function fromArray (array $ array ): self
272272 {
0 commit comments