From 80659f775a82b9263e80bce15a5d49286155528d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 16 May 2021 10:22:58 +0200 Subject: [PATCH] Fix missing include in documentation. --- docs/pages/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/api.rst b/docs/pages/api.rst index fc2e26b29..480bf3a0a 100644 --- a/docs/pages/api.rst +++ b/docs/pages/api.rst @@ -1833,8 +1833,8 @@ Interface: `Squashable`_ Signature: ``Collection::squash();`` -.. code-block:: php - +.. literalinclude:: code/operations/squash.php + :language: php tail ~~~~