Commit Graph

26 Commits

Author SHA1 Message Date
Ivan Fedorov 71aa908299 [phpstorm-stubs] move SQLITE3_DETERMINISTIC to correct stub 2022-11-03 21:45:55 +01:00
Ivan Fedorov 0fe2c0c634 [phpstorm-stubs] replace deprecated cs-fixer rule with a modern one 2022-02-23 17:45:11 +01:00
Ivan Fedorov f25c9fa807 update cs-fixer to latest stable version 2021-05-09 12:48:46 +03:00
Ivan Fedorov d067f1b72f batch update of all stubs with defined code style 2021-03-17 17:45:32 +03:00
Lars Moelleken b7f660237f optimize "checkHtmlTags"-check + fix html tags 2020-12-14 12:15:52 +03:00
Lars Moelleken 24139c6ba4 optimize "checkHtmlTags"-check
-> TODO: 175 HTML erros
2020-12-14 12:15:52 +03:00
Lars Moelleken 5ae931dfeb fix some more broken html tags
-> PhpStorm can't render the phpdoc if there are too much broken html in the phpdoc. example: phpdoc from "snmp3_set"
2020-12-14 12:15:52 +03:00
Lars Moelleken 5a6651d1cc fix "&Alias;" usage
+ revert some changes
2020-12-14 12:15:52 +03:00
Lars Moelleken ad901bf4c0 improve some more phpdocs
dom_import_simplexml -> fix types

-> https://3v4l.org/67Al2
2020-12-14 12:15:52 +03:00
Lars Moelleken 9f6bfb660b more phpdoc fixes
fix tests: "PHP Fatal error:  Uncaught PhpParser\Error: Variadic parameter cannot have a default value on line 767"

fix tests: "Type mismatch array_key_exists: $array"

fix tests: "parameter 'withComments' with typehint 'bool' but typehints available only since php 7"
2020-12-14 12:15:52 +03:00
Maxim.Kolmakov f95f0d9747 WI-29690 error code documentation for SQLiteDatabase::arrayQuery 2020-11-10 16:58:50 +01:00
andrey-sokolov 5543cc70f3
Phpdotnet docs validation (#947)
* Php stubs description validation (#890) parameters check and some description and return type fixes

Co-authored-by: Maxim.Kolmakov <maxim.kolmakov@jetbrains.com>
2020-11-03 17:06:54 +03:00
Kirill Smelov 690a8c9b2e #[Pure] for Exception (and children) methods 2020-10-29 09:15:23 +03:00
Lars Moelleken 99c598ca53 use "&" for references
+ fix some return types
+ normalize the param phpdocs
+ normalize the "php.net" links (language "en" as default)
2020-08-23 01:03:37 +02:00
Ivan Fedorov 92c510353a Revert "Cleanup and rules for PHPCS"
This reverts commit 1d8094ce
2020-06-12 14:02:01 +03:00
Maxim.Kolmakov 1d8094ce29 Cleanup and rules for PHPCS 2020-06-08 16:23:16 +02:00
zlianon eff2ef85ad Remove whitespaces from stubs. 2020-05-13 21:13:07 +03:00
Maxim.Kolmakov b1041ca152 Cleanup @since tags with old versions <5.3 2020-01-22 18:26:13 +01:00
Artemy Pestretsov ea4d53c2d4 Add hand-picked changes from pr553 2019-06-26 15:26:31 +03:00
Andrey Sokolov 4352577586 Replace http with https in doc links 2018-08-13 16:39:18 +03:00
Gert de Pagter db07f4569d Use https for @link annotations (#367)
* Replace http with https

* Replace http with https in readme
2018-08-13 14:15:36 +03:00
Maxim.Kolmakov 4a528c8d46 Make method and class PHPDocs standard compliant 2018-05-30 13:46:20 +02:00
Andrey Sokolov 2e0446b07f Added missing constants POSIX_*, DNS_CAA, OTHER_MODE_MASK, SQLITE3_DETERMINISTIC 2017-07-25 16:28:04 +03:00
Carson Full 5b6cbb39ea
Removed unneeded implements clauses from Iterators.
Fixes error "Interface/Class cannot implement previously implemented interface".
2017-07-06 19:51:09 -05:00
Michail 407d0c2c0d Add missing * in sqlite_libencoding() description 2017-05-30 13:24:14 +04:00
Artem Khvastunov 5906b85691 WI-33237 split embedded stubs into modules 2017-03-07 14:52:15 +01:00