We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\
1 parent dcbebee commit 6bb6b8bCopy full SHA for 6bb6b8b
user_guide_src/source/libraries/images.rst
@@ -232,7 +232,7 @@ The ``rotate()`` method allows you to rotate an image in 90 degree increments::
232
- ``$angle`` is the number of degrees to rotate. One of ``90``, ``180``, ``270``.
233
234
.. note:: While the ``$angle`` parameter accepts a float, it will convert it to an integer during the process.
235
- If the value is any other than the three values listed above, it will throw a CodeIgniter\Images\ImageException.
+ If the value is any other than the three values listed above, it will throw a ``CodeIgniter\Images\ImageException``.
236
237
Adding a Text Watermark
238
=======================
0 commit comments