From 862df9791cf0b91d3201c281246f765a7a102a19 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Mon, 26 Sep 2022 20:07:15 +0800 Subject: [PATCH] Remove outgoing/response/018.php --- user_guide_src/source/outgoing/response.rst | 4 +--- user_guide_src/source/outgoing/response/018.php | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 user_guide_src/source/outgoing/response/018.php diff --git a/user_guide_src/source/outgoing/response.rst b/user_guide_src/source/outgoing/response.rst index f2b7b0e524e2..553acba21ea4 100644 --- a/user_guide_src/source/outgoing/response.rst +++ b/user_guide_src/source/outgoing/response.rst @@ -292,9 +292,7 @@ The methods provided by the parent class that are available are: :returns: The current response instance. :rtype: ``CodeIgniter\HTTP\Response`` - Sets the date used for this response. The ``$date`` argument must be an instance of ``DateTime``: - - .. literalinclude:: response/018.php + Sets the date used for this response. The ``$date`` argument must be an instance of ``DateTime``. .. php:method:: setContentType($mime[, $charset='UTF-8']) diff --git a/user_guide_src/source/outgoing/response/018.php b/user_guide_src/source/outgoing/response/018.php deleted file mode 100644 index 606424af8f79..000000000000 --- a/user_guide_src/source/outgoing/response/018.php +++ /dev/null @@ -1,4 +0,0 @@ -setDate($date);