Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/shuchkin/phpstorm-stubs

PHP runtime & extensions header files for PhpStorm
https://github.com/shuchkin/phpstorm-stubs

Added html_entity_decode arguments to .phpstorm.meta.php

93397750b04c2f2ce2a6d4e80e3f45ae3dec325c authored almost 6 years ago by Thomas Schulz <[email protected]>
Merge pull request #493 from rgrellmann/master

Added the missing @throws tag in SoapClient::__construct()

00ffaa04f72b726021df73743f25055c9a35a51a authored almost 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #497 from Girgias/master

Fix WI-45155: Fixed array_push and array_unshift stub as of PHP 7.3

d1ecf6422d5b5717efacd6bc45af65a8f83bb668 authored almost 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #496 from JetBrains/expected_args_json

Add expected args for \json_* functions

b281b146b9aba2b906c32dda6a7fce5cc0bdce63 authored almost 6 years ago by andrey-sokolov <[email protected]>
Fixed array_push and array_unshift stub as of PHP 7.3

c507ea29a652b9cbb64f3888676d5742a484750c authored almost 6 years ago by George Peter Banyard <[email protected]>
Add expected args for \json_* functions

5f17166b969d1ac24009ad30923dc55f06fbe11c authored almost 6 years ago by Roman Pronskiy <[email protected]>
Clarify type hints for Redis::blPop and brPop

ad288272cc3088f9aa989cd5da58aa351b835d0e authored almost 6 years ago by Kat Rossiter <[email protected]>
Update soap/soap.php

Replaced a tab with spaces (oops)

Co-Authored-By: rgrellmann <[email protected]>

7d68acff5a217c270f6c595504f4529e26eb7ac8 authored almost 6 years ago by Anatoly Pashin <[email protected]>
Added the missing @throws tag in SoapClient::__construct()

425c28192f75f98211e5a9b7e8cfb25de0d4e719 authored almost 6 years ago by robert.grellmann <[email protected]>
Merge pull request #492 from wbars/master

WI-45131 Provide a way to avoid duplication for expectedArguments

c19afae23174450f85953eb1ae90e29c9269d80c authored almost 6 years ago by Kirill Smelov <[email protected]>
Merge remote-tracking branch 'upstream/master'

95581daaa4313116420b587bd85f0698f8f0908e authored almost 6 years ago by Kirill Smelov <[email protected]>
Update PHPDoc

be0dae105d2bd86342e9dde020166f9db54f2e49 authored almost 6 years ago by Kirill Smelov <[email protected]>
expectedArguments for get_cfg_var

582f696505a2a0fa3d55cc178deb05689fddd95c authored almost 6 years ago by Kirill Smelov <[email protected]>
Use single quotes

7df9650bf18efa8b85c0c60cdd61317c1c16917e authored almost 6 years ago by Kirill Smelov <[email protected]>
WI-45131 Check registerArgumentsSet in tests as well

ed07a9028e81fda96b73c04ad384612cb5555c66 authored almost 6 years ago by Kirill Smelov <[email protected]>
More sane logic

d30aa8e34d275317595285d3dc133e29568d8358 authored almost 6 years ago by Kirill Smelov <[email protected]>
cleanup

035672ec00f628cdb177dea6d7ca1726f8228234 authored almost 6 years ago by Kirill Smelov <[email protected]>
Expected arguments for ini_* functions

09303a574a9007db82bb3d411b890a7788374cb7 authored almost 6 years ago by Kirill Smelov <[email protected]>
WI-45131 Introduce registerArgumentsSet and argumentsSet to reuse expected arguments between function references

34ae6d568d7920f81f78438f73ca08ee867399ac authored almost 6 years ago by Kirill Smelov <[email protected]>
Merge pull request #483 from tvlooy/session_gc_sig

Correct session_gc signature

f73bbd0ff8e3f9e7b1d6389fa5913783c636c899 authored almost 6 years ago by andrey-sokolov <[email protected]>
expectedArguments for HTML encodings

8948c5212e867cd16f2a3f7818d2bb61cc39fe88 authored almost 6 years ago by Maxim.Kolmakov <[email protected]>
Use singe quotes for consistency

a53c084b0b26f4d8c61fe4ba569ee02644e98cf9 authored almost 6 years ago by Maxim.Kolmakov <[email protected]>
More expectedArguments for standard functions/methods

071ccb67b0f3de3c8779e5945ac921aae6246037 authored almost 6 years ago by Maxim.Kolmakov <[email protected]>
Set correct return type for insert method

The official php-documentation was even incorrect at this point as
shown in https://3v4l.org/X3h...

13a6adae6b2bcdaada4102cd8642e60db4af9a3a authored almost 6 years ago by Jaapio <[email protected]>
SplFileObject::current() can return false

SplFileObject::current() can return false if the pointer is out of bounds:
https://3v4l.org/6XefC

c0d45bc8529d1308d6024f90348f4b815c9fa17a authored almost 6 years ago by orklah <[email protected]>
Merge pull request #485 from morozov/mysqli-return-types

Made return types of mysqli functions more accurate

f66ca5ffdb24ec96db5927546042fcd7c654cf8f authored almost 6 years ago by andrey-sokolov <[email protected]>
Run test in the folder instead of single file

ad10ed80d6eace73cde16f330266f1069aa55f93 authored almost 6 years ago by Maxim.Kolmakov <[email protected]>
Merge pull request #489 from wbars/master

Add test for checking correctness of expectedArguments meta

dfb3c29e0953cb5bdc856e9c10de52de8014fc41 authored almost 6 years ago by Maxim Kolmakov <[email protected]>
Fix unresolved expected arguments

809eb39ed31b54ecb9e66a0eca80ceb0a815514b authored almost 6 years ago by Kirill Smelov <[email protected]>
Add test for checking correctness of expectedArguments meta

9677ba6351b36d64db88144da10613148ad1b620 authored almost 6 years ago by Kirill Smelov <[email protected]>
Corrected parameter types for some sqlsrv functions

e83beeeecafa9af8713e1393b01b2530f3cefc48 authored almost 6 years ago by Sergei Morozov <[email protected]>
Merge pull request #487 from wbars/master

WI-854 Provide expectedArguments for some standard functions/methods

f0b20eff2715d4c423f7f9baff922836342b2a76 authored almost 6 years ago by Maxim Kolmakov <[email protected]>
WI-854 Provide expectedArguments for some standard functions/methods

d5162cbfefbb976b26ffba9e1d6c2d19dfa6492d authored almost 6 years ago by Kirill Smelov <[email protected]>
Fixed optional in hash_pbkdf2 declaration

7e61a37f3d9e34052f3f5f1638c8d44b86e25470 authored almost 6 years ago by Jan Kalina <[email protected]>
Correct session_gc signature

7b58b73ce4e5878b35fa13da5f759a064892c783 authored almost 6 years ago by Tom Van Looy <[email protected]>
Made return types of mysqli functions more accurate

739c62037e8179ddb609dc012437c5f51644fdee authored almost 6 years ago by Sergei Morozov <[email protected]>
Merge pull request #478 from voku/fix_iconv

[+]: fix iconv phpdoc for return

e16cef6ffd5fcfbc2f3c55c06ad41e77a8b0105a authored almost 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #479 from bugreportuser/add-missing-spl-filesystem-exceptions

Add missing SPL filesystem exceptions

4cd44b7ef58556bd3b82c3a0e0f2506f74dc702f authored almost 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #480 from bugreportuser/add-missing-PDO-exceptions

Add missing PDO exceptions

ef88d5faa4f6e0389e70f56d06a7a6f9d98168bf authored almost 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #473 from jacekciach/solr-solrclient-query-return-bug

Fixed an incorrect @return type of SolrClient::query

14a94a45ca2adea5f03e157c6824e16ffaa8457f authored almost 6 years ago by andrey-sokolov <[email protected]>
Fix stub for assign method

e8cc264a3dffad9e22c5e223addab2b8e0570b4e authored almost 6 years ago by Nik Karbaum <[email protected]>
fix typo

5715e730fd99e8a22b136efc3d81e769234ab751 authored almost 6 years ago by Nik Karbaum <[email protected]>
Remove wrong comment

04c6d86da51ef74ef7cb2fe63a612606f335d4d7 authored almost 6 years ago by Nik Karbaum <[email protected]>
Add lua stubs

ecb393865c793c92ccbb074b684b29c10a2ea7ac authored almost 6 years ago by Nik Karbaum <[email protected]>
Merge pull request #474 from orklah/master

fix phpdoc

2711a7053b2ac4952e5a418ff5e3f2e4b69bbaba authored almost 6 years ago by andrey-sokolov <[email protected]>
Ignore platform dependencies for composer. Tests will be run inside Docker.

e5f2b11c4d8037bd6e66107fbf590334375d18ea authored about 6 years ago by Maxim.Kolmakov <[email protected]>
Add missing PDO exceptions

c3aec8b6a3306a1ce388e4a7c833dd8967fbdcaa authored about 6 years ago by bugreportuser <[email protected]>
Add missing SPL filesystem exceptions

41b61e92123de018adc4e1d314e465d142a686f7 authored about 6 years ago by bugreportuser <[email protected]>
[+]: fix iconv phpdoc for return

99dcd3077471365f55933370a0c73437764ebaee authored about 6 years ago by Lars Moelleken <[email protected]>
gd: Update return types, add missing funcs/consts, update const descriptions/links

cec30552000e13a1f13a0ed993110ef87ec1fbfa authored about 6 years ago by Brad G <[email protected]>
Fix return types in standard_7.php stubs

29fd4d1bae8cb50b5f8e4e9af6d76833ee78adf9 authored about 6 years ago by Brad G <[email protected]>
Updated RedisCluster::scan() function signature and docs

38afcf15794fc8c9880b0aebb9bf05ef1c9adcc2 authored about 6 years ago by Brad G <[email protected]>
Simplify Travis build

We don't need PHP installed anymore since everything is run inside Docker

89d0093366c600069fad9714ef2ee266a61b933b authored about 6 years ago by Maxim.Kolmakov <[email protected]>
Merge pull request #1 from orklah/orklah-patch-1

fix @param to @return

71f90718c0a08b5eab5b126b61f4c161c6f454d8 authored about 6 years ago by orklah <[email protected]>
fix @param to @return

3d29397889a1dacf12bd06f7684cc9336898d67f authored about 6 years ago by orklah <[email protected]>
Fixed an incorrect @return type of SolrClient::query

- was: SolrUpdateResponse, should be: SolrQueryResponse;
http://php.net/manual/en/solrclient...

a37a38c6433c24ad9e345cbb89d95b0c12563e9f authored about 6 years ago by Jacek Ciach <[email protected]>
Merge pull request #469 from hollodotme/master

Fix missing return type of fpm_get_status() function

c7b3106bc950044aa68a4d052e0d23adb3735b43 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #472 from andrey-sokolov/master

PHP 7.3 stubs update

fc0a087e5fbb667412ed13caaccc0830b0cb8c47 authored about 6 years ago by andrey-sokolov <[email protected]>
PHP 7.3 stubs update

WI-42885 Update stubs for PHP 7.3 WI-44764 net_get_interfaces missing from phpstorm-stubs (PHP 7.3)

06eab86bfe22aeb14fbcb7d3a7b8775353794715 authored about 6 years ago by Andrey Sokolov <[email protected]>
Merge pull request #470 from BenMorel/patch-1

Add missing @throws in ReflectionClass::getProperty()

9bf10f78b2a43a492d55d1286b263a9039bbc768 authored about 6 years ago by andrey-sokolov <[email protected]>
Add missing @throws in ReflectionClass::getProperty()

95cbb785f2b76b640fb3269231b49127805b5ef2 authored about 6 years ago by Benjamin Morel <[email protected]>
Merge pull request #468 from isfedorov/master

Refactoring of muted problems. Change stubs storage from array to object

0a22f47219d7cf27f2ad743edd21c83f34b81ae3 authored about 6 years ago by Maxim Kolmakov <[email protected]>
Fixes for notes in PR #468

2d60e980b449fbc5d4263169fdfb3bfb15f4da30 authored about 6 years ago by Ivan Fedorov <[email protected]>
add checks to avoid NPE

548ecc8d3a718ac0f1cb2891a48af05f719fd6fa authored about 6 years ago by Ivan Fedorov <[email protected]>
Fix missing return type of fpm_get_status() function

fca227f137ddf01c166d1ed0daa9c7b95dc895db authored about 6 years ago by Holger Woltersdorf <[email protected]>
refactor muted problems processing. Move from array of stubs to object

d100b4ff83cca9f82ee8252c59186adc7a0fb66f authored about 6 years ago by Ivan Fedorov <[email protected]>
Merge pull request #434 from AdamSEY/master

Adding LevelDB extension support

cbea95d2968b2b4ab3404757120792954d033541 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #454 from wvdongen/master

Update http3.php (pecl/http using version 3.2.0)

60cc7e594df5fefc85d6aef843cd59ab1db01808 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #456 from morozov/ibm-db2-resturn-types

Made return types of ibm_db2 functions more accurate

f1e8909b209c6cf82df51a5e7da0c52620ba8955 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #462 from bburnichon/add-msgpack

Add msgpack extension stubs

bb15fe65cf9230890a839fa27dad31f0375b1a3d authored about 6 years ago by andrey-sokolov <[email protected]>
move muted problems to related model objects

7bc0588d0a3a5b52f924550aadbaee81362c2875 authored about 6 years ago by Ivan Fedorov <[email protected]>
Merge pull request #465 from isfedorov/master

New architecture of test suite

b643efdde014c64f4522199d6d73ffde3dadb3c4 authored about 6 years ago by Maxim Kolmakov <[email protected]>
extract flattenArray to Utils class

a53a93c0abe6d1cbe0de74bca487c21f6e802361 authored about 6 years ago by Ivan Fedorov <[email protected]>
remove redundant checks and initializations

e9aec3d75c9b8722512afb1fbfbf14ba988c998c authored about 6 years ago by Ivan Fedorov <[email protected]>
remove quality tools and redundant mapping

3e50f953a6e15d23af103dbf4c6f9f6fcd68dce6 authored about 6 years ago by Ivan Fedorov <[email protected]>
Merge pull request #467 from skeets23/master

Update README.md

fee713ab3485242af6df554a7146089b03cc8b0d authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #460 from fabsb/fix-php-doc-links

Remove duplicate url scheme inside phpDoc blocks

70c3a031ed9e41b0b98f2b5bff228d500cfa3ea4 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #464 from ksimka/patch-1

msgfmt_format_message takes only 3 args

79514e21be13ebc230cf81caf0492c8529e7dc95 authored about 6 years ago by andrey-sokolov <[email protected]>
Merge pull request #466 from alexpts/patch-1

Change return type for Redis::exists to int

40bef7266cf5b78eda6ba549d15d0d082f565200 authored about 6 years ago by andrey-sokolov <[email protected]>
update to upstream

256922359f69141e164022ec4ea002152151a7df authored about 6 years ago by Ivan Fedorov <[email protected]>
set php version to 7.2 in docker-compose.yml

6eea286c0ccc33c4fbb35e4796af15d47a308e4e authored about 6 years ago by Ivan Fedorov <[email protected]>
update project file after package renaming quality tools adding

5262a9383dd18c70718befae05894f3b7b44564b authored about 6 years ago by Ivan Fedorov <[email protected]>
fix travis build

d4b139344cd5d86314b0e13b97ea42d6d29f5f42 authored about 6 years ago by Ivan Fedorov <[email protected]>
Run tests on PHP 7.2 while 7.3 is not ready

8faeddd452e4cf9b0daeef8e1b82aaa02a5c90a7 authored about 6 years ago by Maxim.Kolmakov <[email protected]>
add platform dependent constants to muted. reformatting

7985660674bc8a3d6332925f863b23cec1b0be4c authored about 6 years ago by Ivan Fedorov <[email protected]>
Add test for constants values. Fix inspections warnings

abbba7e3ef3ab60ff8f64b01b6bcfca325fc2cec authored about 6 years ago by Ivan Fedorov <[email protected]>
Update README.md

Fixed several grammatical issues.

e26a5113a5db5c747904501401a191c094142381 authored about 6 years ago by skeets23 <[email protected]>
Fix stubs for SessionHandler and SplDoublyLinkedList

f5cfcdf6797fd2f3b66da1d53ffc7498561f8da7 authored about 6 years ago by Ivan Fedorov <[email protected]>
fixes according PR notes

798c1c77725c2b385910ca80c403f5882c284672 authored about 6 years ago by Ivan Fedorov <[email protected]>
remove redundant field

5fab201dbc88afcbfbcb36a873e419478125807c authored about 6 years ago by Ivan Fedorov <[email protected]>
clean up

6ca3e3cac2274d4c1a5953dfce8c5a009045a6d6 authored about 6 years ago by Ivan Fedorov <[email protected]>
new architecture v2

98848ad2c71d1a4e4397dca2f86647470082c902 authored about 6 years ago by Ivan Fedorov <[email protected]>
remove redundant require block. change stdClass to PHPParameter in visitor

4fe6b544a51a2aac56d6ace2228a582c69a6bedd authored about 6 years ago by Ivan Fedorov <[email protected]>
Change return type for Redis::exists to int

Method exists returns a number since version 4. Actual docs - https://github.com/phpredis/phpred...

0a6098236873a29f4763d3fe7d33a7f8228fca78 authored about 6 years ago by Alex Pavlov <[email protected]>
minor reformatting

e6d09f294db3f76382f7e11a81dbc87518a9beec authored about 6 years ago by Ivan Fedorov <[email protected]>
New architecture for tests and update docs accordingly

166b20aeb715f25ad5dabb42db843e1a0cc667b7 authored about 6 years ago by Ivan Fedorov <[email protected]>
Merge pull request #463 from alcaeus/fix-mongodb-writeconcern-typo

Fix typo in MongoDB\Driver\WriteConcern::getJournal

88e48ed150aaf796a48b5742c0aeeee21e323a76 authored about 6 years ago by andrey-sokolov <[email protected]>
msgfmt_format_message takes only 3 args

According to docs (https://secure.php.net/manual/en/messageformatter.formatmessage.php)

```
...

6043b90a3b277b3d351294236128ae6e1837b531 authored about 6 years ago by Maksim Kochkin <[email protected]>
Fix typo in MongoDB\Driver\WriteConcern::getJournal

b5614a59c6ab58e2b3db743c66d1ea3f2dc5ef8b authored about 6 years ago by Andreas Braun <[email protected]>
Add msgpack extension stubs

eb2d46bb1c2e1b4cdac6d89007a32a004871114a authored about 6 years ago by Benoît Burnichon <[email protected]>