summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/creating_libraries.rst
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2015-01-21 22:56:51 +0100
committervlakoff <vlakoff@gmail.com>2015-01-22 00:05:20 +0100
commit93d98b611051bf123532a0d30ebe97480ae4a3b4 (patch)
tree363e294c09d5c7e6045ae2b508eb7f8e52017d9f /user_guide_src/source/general/creating_libraries.rst
parent4cbe463b4c442e0e2dae2f43565e77f7ac5ecb86 (diff)
Update documentation about PHP files closing
Diffstat (limited to 'user_guide_src/source/general/creating_libraries.rst')
-rw-r--r--user_guide_src/source/general/creating_libraries.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/general/creating_libraries.rst b/user_guide_src/source/general/creating_libraries.rst
index 0e3ae4c85..d6b0631af 100644
--- a/user_guide_src/source/general/creating_libraries.rst
+++ b/user_guide_src/source/general/creating_libraries.rst
@@ -54,8 +54,6 @@ Classes should have this basic prototype::
}
}
- /* End of file Someclass.php */
-
.. note:: We are using the name Someclass purely as an example.
Using Your Class