Change 'develop' to 'Carbon' versionadded (#32833)

This commit is contained in:
Nicole Thomas 2016-04-25 11:31:55 -06:00
parent a0a3b4a780
commit 8b8c8c7277

View File

@ -1373,7 +1373,7 @@ def expired(certificate):
Returns a dict containing limited details of a
certificate and whether the certificate has expired.
.. versionadded:: develop
.. versionadded:: Carbon
certificate:
The certificate to be read. Can be a path to a certificate file, or a string containing
@ -1413,7 +1413,7 @@ def will_expire(certificate, days):
the certificate will expire in the specified number of days.
Input can be a PEM string or file path.
.. versionadded:: develop
.. versionadded:: Carbon
certificate:
The certificate to be read. Can be a path to a certificate file, or a string containing