Skip to content

Commit

Permalink
Add back necessary spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Nov 27, 2023
1 parent d91d059 commit 2174396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/class_alof.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ For now, please refer to the PHP source code for the documentation. We are findi

.. php:class:: AlofLib
:nocontentsentry:

The class that contains the array-like object functions.

.. php:method:: is_alo($value)
:nocontentsentry:

Returns whether the given value is an ALO: - implements Traversable - implements ArrayAccess

:param mixed $value: The value for testing.
:returns: True if the object is an alo, and therefore processable by this library.

0 comments on commit 2174396

Please sign in to comment.