Commit graph

28 commits

Author SHA1 Message Date
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
eb0bd932eb Replace "number" type with built-in types
There is really no need for a pseudo type here; we can either use the
`int|float` union, or spell out the abbreviation, instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351123 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 09:17:09 +00:00
Christoph Michael Becker
120c22c98d Document ArrayAccess in PHP-DS
Patch contributed by Benjamin Morel <benjamin.morel@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350981 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-24 12:17:53 +00:00
George Peter Banyard
11e991f711 DsSet::last() returns a mixed value, just like DsSet::first().
-- 
Provided by anonymous 100361 (mikko@pesari.fi)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349447 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-15 01:40:08 +00:00
Nikita Popov
0a116512ac Fix \Ds\Map::values() example
Patch by enumag.

Closes php/doc-en#48.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349241 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-20 09:17:41 +00:00
Christoph Michael Becker
2efe514b78 Fix #77702: Ds\Set::first() incorrect return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346995 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 13:21:40 +00:00
Christoph Michael Becker
b04617a197 Include the methods in the classsynopsis, too
Based on a patch provided by Junichi Yamamoto.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345986 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-15 18:10:22 +00:00
Jakub Vrana
dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Andrey Gromov
d790375863 Typo, copypaste errors and so.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341804 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-29 09:14:49 +00:00
Christoph Michael Becker
eabef7a4ef Fix parameter type
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340548 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-18 11:22:38 +00:00
Christoph Michael Becker
6382cb4b84 Fix parameter type
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340547 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-18 11:19:20 +00:00
Christoph Michael Becker
b9aa7f5888 Fix link
Patch provided by Andrey Gromov.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340475 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-14 09:21:56 +00:00
Christoph Michael Becker
f969eae3eb Fix example output (patch provided by rtheunissen)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340245 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 14:54:16 +00:00
André Luis Ferreira da Silva Bacci
efa855b721 Remove ignored, auto generated files. Fix conflict 'local file unversioned, incoming file add upon update' and possible conflic state on build machines.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339777 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-04 14:25:11 +00:00
Rudi Theunissen
9e924f5b82 Add missing method synopsis for ds extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339774 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-03 16:13:30 +00:00
André Luis Ferreira da Silva Bacci
929eac47a0 Deque capacity always is power of 2 and can decrease.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339769 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 22:53:08 +00:00
André Luis Ferreira da Silva Bacci
73026aaaf8 Document some members to clean build errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339768 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-02 22:20:37 +00:00
Rudi Theunissen
da1b2b494a Update class name of ds extension members
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339758 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 08:15:21 +00:00
Rudi Theunissen
c8379bc793 Add Set::merge to ds extension docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339757 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-01 06:19:02 +00:00
André Luis Ferreira da Silva Bacci
4617683cd2 Possible fix for empty class synopsis on Ds\Vector.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339754 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-31 21:31:21 +00:00
André Luis Ferreira da Silva Bacci
d2da1e849d Remove and ignore auto generated files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339752 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-31 16:14:43 +00:00
André Luis Ferreira da Silva Bacci
c7a781d1c5 Remove auto generated files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339751 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-31 16:05:37 +00:00
Rudi Theunissen
52d8a1c234 Remove paras from ds slice functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339747 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-30 23:43:33 +00:00
Rudi Theunissen
c913d5934d Add Map::putAll to ds extension docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339746 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-30 13:25:27 +00:00
Rudi Theunissen
845661fc07 Add docs for ds extension (not link)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339744 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-30 10:05:36 +00:00
Rudi Theunissen
e2f88541e6 Remove ds docs from reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339743 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-30 09:56:31 +00:00
Rudi Theunissen
cfb19cfc58 Add docs for ds extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339742 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-30 05:05:18 +00:00