Skip to content

Commit 4064c52

Browse files
committed
docs(app): Added missing label to docs
1 parent 05906bb commit 4064c52

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ $RECYCLE.BIN/
4444
.env
4545
.vagrant
4646
Vagrantfile
47+
user_guide_src/venv/
48+
.python-version
49+
user_guide_src/.python-version
4750

4851
#-------------------------
4952
# Temporary Files

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Libraries
8181
- **Email:** Added support for choosing the SMTP authorization method. You can change it via ``Config\Email::$SMTPAuthMethod`` option.
8282
- **Image:** The ``ImageMagickHandler`` has been rewritten to rely solely on the PHP ``imagick`` extension.
8383
- **Image:** Added ``ImageMagickHandler::clearMetadata()`` method to remove image metadata for privacy protection.
84-
- **ResponseTrait:** Added ``paginate``` method to simplify paginated API responses. See :ref:`ResponseTrait::paginate() <incoming/api_response_trait_paginate>` for details.
84+
- **ResponseTrait:** Added ``paginate``` method to simplify paginated API responses. See :ref:`ResponseTrait::paginate() <api_response_trait_paginate>` for details.
8585
- **Time:** added methods ``Time::addCalendarMonths()`` and ``Time::subCalendarMonths()``
8686

8787
Commands

user_guide_src/source/outgoing/api_responses.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Class Reference
251251

252252
.. literalinclude:: api_responses/017.php
253253

254+
.. _api_response_trait_paginate:
254255

255256
********************
256257
Pagination Responses

0 commit comments

Comments
 (0)