Ecosyste.ms: OpenCollective

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

github.com/voku/BetterReflection

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
https://github.com/voku/BetterReflection

fix windows path to linux + phpcbf

dae0126fb5f2a33462f186fc1c677c647cdb2bf6 authored almost 5 years ago by Orklah <[email protected]>
Merge pull request #531 from orklah/types6

add psalm types

e2760752610721490d648b0063f41fa7a6098ea3 authored almost 5 years ago by Marco Pivetta <[email protected]>
Merge branch 'master' into types6

184a24483af17b64efa407e5c217e25727c056a9 authored almost 5 years ago by orklah <[email protected]>
Fix, silence or suppress remaining errors

70f2fd5692bb0a3f2d260d348aabd1596e9b0474 authored almost 5 years ago by Orklah <[email protected]>
duplicate annotations when using psalm specific notation + fix CS

5bc45be161f1428b04f8df12d5f185bf51cf98ff authored almost 5 years ago by Orklah <[email protected]>
add psalm types

0cc04e050201e2fe7433e5bf022f730c0e1e5701 authored almost 5 years ago by Orklah <[email protected]>
Merge pull request #528 from kukulich/type

Added ReflectionNamedType adapter

9885211c9b91cc2fe37fe320f11cfd7e5968aabe authored almost 5 years ago by Marco Pivetta <[email protected]>
Cleanup

1570db22bb6724ffaf3947176b163ad28ec65f40 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Added ReflectionNamedType adapter

ed4847fce094818bc6efcbd3723c854eb133e224 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Added ReflectionType::getName()

e5bce975ceb924851ebd8d3480773e61a69cd347 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Removed dead comment

190586a9bed53697fa2747589a7e86bca7c1fc32 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #529 from Lctrs/fixdeps

Fix dependencies installation

87f1657915d4d811b164cb48b1a6cde73714f04f authored almost 5 years ago by Marco Pivetta <[email protected]>
Fix dependencies installation

de0fdf41732f271cb11811071da4d1d5aace6e63 authored almost 5 years ago by Lctrs <[email protected]>
Merge pull request #527 from kukulich/deps

CS fix

e75f27cc74e039c2bdc73f4e2651bb2ed3214e73 authored almost 5 years ago by Marco Pivetta <[email protected]>
CS

491ffc84361d3036fa56f59faa27b41030581f82 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Updated dependencies

ae3df9e47151ceca007963b2a3e90a0b83df9106 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #526 from orklah/master

Improve Psalm coverage for decoded datas from json files

562e093da4504d71adb3937943743919a64d511e authored almost 5 years ago by Marco Pivetta <[email protected]>
Add description of composer.json and installed.json structure to avoid juggling with mixed type

2d3f5143155ae5829b9cd05bc99882d43a36ee2e authored almost 5 years ago by orklah <[email protected]>
Merge pull request #522 from kukulich/deprecated

Fixed deprecated warning in ReflectionSourceStubber

0973134c5fd4a318fe1af665b4a1b17f18385634 authored almost 5 years ago by Marco Pivetta <[email protected]>
Fixed deprecated warning in ReflectionSourceStubber

479370b6c976ac67a7e9433acc95393c163ed3e4 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #523 from kukulich/constructor

ReflectionClass::getConstructor() should work event if the constructor isn't the first method in...

f74d21688767e0b0920fe7bc96b8d7c306884f02 authored almost 5 years ago by Marco Pivetta <[email protected]>
Merge pull request #521 from kukulich/travis

Travis improvements

5bc452476cfba3f188f86b5e8cf656cd0eb7c482 authored almost 5 years ago by Marco Pivetta <[email protected]>
Merge pull request #524 from Lctrs/patch-1

Speedup code coverage generation by using xdebug filter

e807c7bc23c8e4a370c93f497bdef2f86bd5d8d2 authored almost 5 years ago by Marco Pivetta <[email protected]>
Merge pull request #517 from Lctrs/psalm_3_8_2

Bump psalm to 3.8.2

5547404c948375546a8044ba6bf919f715d164ce authored almost 5 years ago by Marco Pivetta <[email protected]>
Use PHP 7.4 when possible in Travis so build is faster

84d15389ad6f5c8b4420b402e7693f5a3e45f760 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Newer PHP 7.2 and PHP 7.3 versions in Windows

e3f7f589865fc4d33629b2cb708e29d360fb9390 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
PHP 7.4 tests in Windows

a5fb966a5a8799c8a9a285e15bebd0ac97e42a11 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Speedup code coverage generation by using xdebug filter

f2243a68a6ed4760f2ba05ef1c2eeaf2443681da authored almost 5 years ago by Lctrs <[email protected]>
Bump psalm to 3.8.2

26fed487b75bac3c361296967e90436dc2f82146 authored almost 5 years ago by Lctrs <[email protected]>
ReflectionClass::getConstructor() should work event if the constructor isn't the first method in the class

a5eca6935bf698991d3b7153b705327d3dded45e authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #520 from kukulich/master

Bump jetbrains/phpstorm-stubs from 2019.2 to 2019.3

8ad549d8924ac83120e38d4bdc026f216dd87c8b authored almost 5 years ago by Marco Pivetta <[email protected]>
Bump jetbrains/phpstorm-stubs from 2019.2 to 2019.3

d8b18fe36c06cc42086bbc8102a8266c91041239 authored almost 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #518 from Lctrs/patch-1

Run CI only once on PR from another branch of the repo

7b2c7cbdeecebaf988d2a62015e7163e973a6604 authored almost 5 years ago by Marco Pivetta <[email protected]>
Run CI only once on PR from another branch of the repo

This effectively restricts CI on push to branch or tags only.

2ee28dbb55a8d001ad4b50dac263257bb7c45489 authored almost 5 years ago by Lctrs <[email protected]>
Merge pull request #516 from Lctrs/patch-1

Run PHPStan without memory limit

bed0129d195a2856ddd53b1618214ead2dc0f94e authored almost 5 years ago by Marco Pivetta <[email protected]>
Run PHPStan without memory limit

8754721612b1ab0ddfbd00289ed107a860f1fe04 authored almost 5 years ago by Lctrs <[email protected]>
Merge pull request #508 from Roave/dependabot/composer/phpdocumentor/reflection-docblock-4.3.4

Bump phpdocumentor/reflection-docblock from 4.3.2 to 4.3.4

3f5b799bbdf6951df4c843a2449b723c88b8f6ed authored almost 5 years ago by Marco Pivetta <[email protected]>
Bump phpdocumentor/reflection-docblock from 4.3.2 to 4.3.4

Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) f...

3665a5e725c4ddb530f9015520154a1bf72e3a4b authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #502 from Roave/dependabot/composer/nikic/php-parser-4.3.0

Bump nikic/php-parser from 4.2.4 to 4.3.0

3e6dc551b0ac81f77f46265ceac863ff3160b265 authored almost 5 years ago by Marco Pivetta <[email protected]>
Bump nikic/php-parser from 4.2.4 to 4.3.0

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.2.4 to 4.3.0.
- [Release no...

d3a1bebffcc22c53f00cd3c18501eb66f3501d7b authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #514 from Lctrs/bump-cs

Update doctrine/coding-standard from 6.0.0 to 7.0.2

4f9e408d5a1b16a137a5f486c4fa865d65b8ded9 authored almost 5 years ago by Marco Pivetta <[email protected]>
Bump phpstan/phpstan to 0.12.4

4aa6cc44683742dd1199ae3e7176d6baacc56fe3 authored almost 5 years ago by Lctrs <[email protected]>
Fix and remove some assert calls

55042b611d6425a79cbcf9d8eb3ec7f218f47bc7 authored almost 5 years ago by Lctrs <[email protected]>
Bump PHPUnit from 8.1.6 to 8.5.2

4be8f52492b3c7c8fdddf3151866397404f64cc1 authored almost 5 years ago by Lctrs <[email protected]>
Use PHP 7.4 in Travis

bb86628811ec70114c0e7ef2469c4d13a2cfb557 authored almost 5 years ago by Lctrs <[email protected]>
Update doctrine/coding-standard from 6.0.0 to 7.0.2

aad790fda431566c827f9bccde0fbf454bfda912 authored almost 5 years ago by Lctrs <[email protected]>
Merge pull request #498 from paul-thebaud/master

Allow phpdocumentor/type-resolver version ^1.0.0

14f329c5a3201ee890d3d8c4959c8779b9de7f63 authored about 5 years ago by Marco Pivetta <[email protected]>
Remove previous version of phpdocumentor/type-resolver

dd1173567d2d4b850c9ff529d88170aaaf7480b6 authored about 5 years ago by Paul Thébaud <[email protected]>
Allow phpdocumentor/type-resolver version ^1.0.0

21834aa526a5f6d91084085b6664080514909445 authored about 5 years ago by Paul Thébaud <[email protected]>
Merge pull request #495 from Roave/dependabot/composer/phpdocumentor/reflection-docblock-4.3.2

Bump phpdocumentor/reflection-docblock from 4.3.1 to 4.3.2

f1bc22006233c3ba57206cf4ac73a602cf76e7fb authored about 5 years ago by Marco Pivetta <[email protected]>
Bump phpdocumentor/reflection-docblock from 4.3.1 to 4.3.2

Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) f...

dec0416fee9e3b1d7ca19badae52ce03cafccf21 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #491 from kukulich/jetbrains-stubs

Updated jetbrains/phpstorm-stubs

6a6a176c2ee4238e3b9eb6d85ba17b224320eb58 authored over 5 years ago by Marco Pivetta <[email protected]>
Updated jetbrains/phpstorm-stubs

5e7e20350e01be7949a16c3f0a4236a10a0da050 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #482 from kukulich/phpstorm-stubs

Removed wrong classes and functions from PHPStorm stubs map

f86b8f9bd6b365b4e9521cbd8d5c299ed1929a34 authored over 5 years ago by James Titcumb <[email protected]>
Merge pull request #483 from kukulich/source-stubber

Make source stubber required parameter in EvaledCodeSourceLocator and PhpInternalSourceLocator

f59a66600805a8522ac2a06a10e5edf3f0ffd081 authored over 5 years ago by James Titcumb <[email protected]>
Make source stubber required parameter in EvaledCodeSourceLocator and PhpInternalSourceLocator

c28778523d218d3c71d2913688c5dc26826d2b48 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Removed wrong classes and functions from PHPStorm stubs map

24869c7832be05bd75b9958cfe9418dea620b727 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #481 from Roave/fix-getDocComment-returning-bool-in-test

Make getDocComment in adapter test return a string

2b4b117b030895e3328aba9c31b88f9387b215fd authored over 5 years ago by Marco Pivetta <[email protected]>
Make getDocComment in adapter test return a string (the usual expected value if it exists anyway)

5587daf1584f43e2b2df552379e2904aee31411e authored over 5 years ago by James Titcumb <[email protected]>
Merge pull request #479 from Roave/fix-exports

Fix behaviour of ReflectionClass::export/ReflectionObject::export to match behaviour of core cla...

4584ceda130bce8fb15265ff18b0c80cb51e57dd authored over 5 years ago by Marco Pivetta <[email protected]>
Fixing up CS issues

e4feb03ba56c61644600a79dee6145b08bc98c6e authored over 5 years ago by James Titcumb <[email protected]>
Move ::export implementations into Adapters only, dropping \Reflector implementation in all BR reflections

882779bf4c4f50de4a9f344b9dd6e11546828ad4 authored over 5 years ago by James Titcumb <[email protected]>
Fix behaviour of ReflectionClass::export/ReflectionObject::export to match behaviour of core classes

4b5ce86f2827ecf55016b4fcbb0af4aadcf06bb0 authored over 5 years ago by Matthew Brown <[email protected]>
Fix style issues

b1bb8a38f85105e8823611cc271225488a43f6e2 authored over 5 years ago by Matthew Brown <[email protected]>
Merge pull request #478 from Roave/dependabot/composer/phpunit/phpunit-8.1.6

b2deb42fd14bc8cb2b2a4be5b94c55274e382952 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump phpunit/phpunit from 8.1.5 to 8.1.6

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.1.5 to 8.1.6.
- [Re...

0f05322d8cf082649f20ea1d1caf3b3eea3d49f0 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #477 from Roave/dependabot/composer/nikic/php-parser-4.2.2

Bump nikic/php-parser from 4.2.1 to 4.2.2

a93d26f6f08add54943d752dad1da64c464c2e69 authored over 5 years ago by Marco Pivetta <[email protected]>
Merge pull request #476 from Roave/dependabot/composer/phpdocumentor/reflection-docblock-4.3.1

05c1941a75c98844150a00bcc813d6e171f4be00 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #475 from Roave/dependabot/composer/phpunit/phpunit-8.1.5

Bump phpunit/phpunit from 8.1.3 to 8.1.5

67b1725c14d722f1b69772e1450a1e0872065b2f authored over 5 years ago by Marco Pivetta <[email protected]>
Bump nikic/php-parser from 4.2.1 to 4.2.2

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.2.1 to 4.2.2.
- [Release no...

60d37e0d71f5a972b66a5c197c423d43cc0f205c authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump phpdocumentor/reflection-docblock from 4.3.0 to 4.3.1

Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) f...

ac297e7d2f5b2ef947b00d0778eac6290378a46a authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump phpunit/phpunit from 8.1.3 to 8.1.5

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.1.3 to 8.1.5.
- [Re...

ddbd1274fa07fc15026f8c6279aec7bdce09498b authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #474 from kukulich/php74

Run tests on PHP 7.4

f5488fff7ce2d05f147eef34e22146208fbc8201 authored over 5 years ago by Marco Pivetta <[email protected]>
Merge pull request #471 from kukulich/reflection-constant

Added `ReflectionConstant`

38876ee261f7f4c35d5be0e65680e1947cad3acf authored over 5 years ago by Marco Pivetta <[email protected]>
fixup! Added ReflectionConstant

f0c678dd2c81f3dd0015aa39c2eb8cd425c6a5f5 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Don't create constants from non-global define() calls

68cd029675a3397660dd726960bdb5c71a7aec31 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
fixup! Added ReflectionConstant

8161ee346c70bbb035d5bbe57697f2be623b5aed authored over 5 years ago by Jaroslav Hanslík <[email protected]>
fixup! Added ReflectionConstant

debddab41f1bd68acebe38467100f5fe9e98c9c8 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Added ReflectionConstant

253d35fea3e58fc098e3d7f75de925558da0a2a3 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Updated PHPStan to 0.11.7

07e826cc614229ccd9d8ad2a28bbad8269cff4bb authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Allow failure on PHP 7.4 currently

f4b346910b86dc8bd01cf52bb096b20e08c910e1 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Run tests on PHP 7.4 (linux only - no chocolatey package currently)

11d1d5757897e0a9f43d897aff7be901eb2d4a8f authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Enabled installation on PHP 7.4

190afaeb6564d06e3e350b95c9211477c4dc0acf authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #473 from kukulich/property-types

Added support for PHP 7.4 typed properties

454e04b5b33b954a911653084fb9d5797bc476c2 authored over 5 years ago by Marco Pivetta <[email protected]>
Added support for PHP 7.4 typed properties

25f61c2d6584c687e73ed2bd63806cbbbd7db79d authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Required PHP-Parser 4.2+ because of PHP 7.4 support

a5e06afe43ad0f6c48018cc5b681d998c9e95295 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #470 from kukulich/php-internal

PhpInternalSourceLocator is not based on internal reflection anymore

89795a107c7aaaf45d8ef221613008d7aa0b01d2 authored over 5 years ago by Marco Pivetta <[email protected]>
PhpInternalSourceLocator is not based on internal reflection anymore

8e125f10dcae12b6413cec6c2fae165ce9925ad2 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Update PHP for Windows on Travis

a38df30d96894fe86f6b8396b391a26fe9ff0c0a authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Added missing test for FunctionReflector

35f61dd4c74c136f55f8c574fc8450bdc1786bf3 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Run tests on Windows with more memory (linux has more memory by default)

539337ead36e0928fbb719880a3df57cf1180958 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #472 from kukulich/compile-node-to-value

Fixed resolving self::, static:: and parent:: as property or constant values

a86a8119e32112a7ce939c3c6c63ba7d20ab7525 authored over 5 years ago by Marco Pivetta <[email protected]>
Removed non-executable code

eadddf5a355a1701123efdae2017a3072d0b1b03 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Fixed resolving self::, static:: and parent:: as property or constant values

81c9daf2c2a26c5bebc70edb76c5f621f6f6ebd0 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #467 from kukulich/tests

Tests for source stubbers

173f42ccb0af41b01b3c2dfd5bd185ccd9ead50c authored over 5 years ago by Marco Pivetta <[email protected]>
Added tests for PhpStormStubsSourceStubber

6823892f11200ced1976d57bc72baac8feac7282 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Added tests for AggregateSourceStubber

d77127e84ba548757bc8f1776555ee30e8664659 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #466 from kukulich/phpunit

Correct PHPUnit MockObject class names as per PHPUnit 8+

624be9a55d8a208191af2d40ab1c847ab992b29b authored over 5 years ago by Marco Pivetta <[email protected]>
Fixed PHPUnit MockObject class names

Broken since b9a4c135809d1295325e3e819b18414f42ac793e

7e719f7838c5d2edac082a5002ce37b206466ab2 authored over 5 years ago by Jaroslav Hanslík <[email protected]>
Merge pull request #465 from kukulich/fixes

Fix `.gitignore` format for Windows environments

2f2ee759d417c786ac77e46ca16e5d317e071ea2 authored over 5 years ago by Marco Pivetta <[email protected]>