We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252ffe7 commit bf9d509Copy full SHA for bf9d509
contributing/code/standards.rst
@@ -130,6 +130,10 @@ Naming Conventions
130
131
* Use alphanumeric characters and underscores for file names;
132
133
+* For type-hinting in PHPDocs and casting, use ``bool`` (instead of ``boolean``
134
+ or ``Boolean``), ``int`` (instead of ``integer``), ``float`` (instead of
135
+ ``double`` or ``real``);
136
+
137
* Don't forget to look at the more verbose :doc:`conventions` document for
138
more subjective naming considerations.
139
0 commit comments