Commit graph

24 commits

Author SHA1 Message Date
umherirrender
4c81a710fa Fix formatting of some php docs
php docs of functions should have newline in it and not in one line.

Change-Id: If4a29aefb46a7f73d75593814e597fdb792d5470
2014-03-15 20:49:55 +00:00
Bartosz Dziewoński
9a61734fb7 FormOptions: Implement FLOAT type
Also added WebRequest#getFloat().

Change-Id: I854f09bd26287880a2806852274471904bc33092
2013-11-07 23:50:59 +01:00
Bartosz Dziewoński
23b1590278 FormOptions: Document getValueReal(), consistency fixes
I missed it in my previous doco commit, good opportunity
to try out the fancy new tool.

Change-Id: I52005b243042c3d66250d1cfecfceabbd370ea5c
2013-10-13 13:58:52 +00:00
Siebrand Mazeland
6421d7ea9f Update formatting
Change-Id: If3dd6a1ac4b16479244a847420f0488ba8c51e2b
2013-10-12 17:35:26 +02:00
Bartosz Dziewoński
c30b96efc7 FormOptions: More documentation!
Change-Id: I088b07c1672426c45d995fdf96ac7fc7bda21307
2013-10-12 17:33:53 +02:00
umherirrender
9f14ecf829 Added space after switch/Removed spaces after unset
While at it, added/removed some other spaces in the same files

Change-Id: I84d8001aa123a008807ad5eb76f396aed7c899a4
2013-04-26 16:42:31 +02:00
umherirrender
ef2f507d23 Fixed spacing in files direct in includes folder
Added spaces before if, foreach
Added some braces for one line statements

Change-Id: Ibb8dd102db045522d12ff939075ba7420d95ab6b
2013-04-21 06:38:49 +00:00
Tyler Anthony Romeo
4dcc7961df Fixed @param tags to conform with Doxygen format.
Doxygen expects parameter types to come before the
parameter name in @param tags. Used a quick regex
to switch everything around where possible. This
only fixes cases where a primitve variable (or a
primitive followed by other types) is the variable
type. Other cases will need to be fixed manually.

Change-Id: Ic59fd20856eb0489d70f3469a56ebce0efb3db13
2013-03-11 13:15:01 -04:00
Niklas Laxström
15554b26f7 Fix spelling mistake
Change-Id: I946d0bf5d335a432f453c7a3080686e9500ca2f0
2013-01-14 07:19:29 +00:00
Siebrand Mazeland
7e0d8d597d Fix the little documentation that FormOptions::consumeValue() has
Change-Id: I9a4bfaace4f19ba5e3e8a405118fe1bae3a1696d
2012-12-17 09:30:44 +01:00
umherirrender
85d8ee1f87 Remove a bunch of trailing spaces and unneeded newlines
Change-Id: I00f369641320acd7f087427ef031f3ee7efa0997
2012-10-10 20:14:40 +02:00
Siebrand Mazeland
d4b046a893 Update docs for return and exception info
* Removed some inline tabs in the process.
* IDE fixed some incorrect leading spaces, too.

Change-Id: Ic9303eff6db4424ac3f1fa2816839692b43e6190
2012-10-09 09:41:58 +00:00
Alexandre Emsenhuber
15e9fcca01 Added missing GPLv2 headers in some places.
Also made file/class documentation more consistent.

Change-Id: Iaebd4e253ff3b35b568e9b394231a5691445ac95
2012-05-14 19:59:58 +02:00
Sam Reed
76246b9bf5 More return documentation 2012-02-09 21:33:27 +00:00
Sam Reed
7b25f8231f Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar
Other documentation improvements
2012-02-09 19:30:01 +00:00
Antoine Musso
c1f23144e1 using real identity for hashar
Converting my pseudonym to use my real identity instead:
Ashar Voultoiz -> Antoine Musso
2011-10-24 09:08:13 +00:00
Antoine Musso
cb1b863ab1 FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
Alexandre Emsenhuber
85e0c158ee * Standardised file description headers
* added @file where needed
* added file description headers where needed
2010-10-23 14:16:26 +00:00
Siebrand Mazeland
5c1630efa7 Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:28:54 +00:00
Domas Mituzas
5a1aefd7d8 per http://lt.php.net/ArrayAccess, offsetSet and offsetUnset ar both void and shouldn't be returning data 2010-02-28 17:38:26 +00:00
Alexandre Emsenhuber
bd84f4e6a0 Per r38036: also fix FormOptions 2008-07-25 18:06:29 +00:00
Niklas Laxström
4530268205 * Improvements to FormOptions 2008-06-08 19:23:54 +00:00
Aryeh Gregor
ce49847053 (bug 13816) Filter by main namespace doesn't work on WhatLinksHere. Guess why? Weak PHP typing! I want to assemble a list of all these bugs as a concrete example of why PHP sucks. 2008-04-22 01:05:15 +00:00
Niklas Laxström
1c20683d88 * New helper class for dealing with forms 2008-04-19 17:38:06 +00:00