From 6faa79c40767ff526f86512579f1779a6054fbe7 Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Mon, 30 Apr 2018 20:46:20 +0200 Subject: [PATCH] Add distinction for defined object and undefined objects --- source/codingstandards.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/codingstandards.rst b/source/codingstandards.rst index b93bcbe..5034949 100644 --- a/source/codingstandards.rst +++ b/source/codingstandards.rst @@ -367,7 +367,8 @@ float Float type (point number) boolean Logical type (true or false) string String type (any value in ``""`` or ``' '``) array Array type -object Object type +objectClass Type defined object +object Undefined type object (can be different classes, ...) ressource Resource type (as returned from ``mysql_connect`` function) ========= ===========