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

Merge remote-tracking branch 'phpstan/master' into master

* phpstan/master:
Updated PHPStan
ReflectionClass::isEnum()
CompileNodeToValue - support N...

825cd96fe22229a13bcb29b39a4e74a0edaef3ee authored about 3 years ago by lmoelleken <[email protected]>
Updated PHPStan

9c0125e45ecb730c34136bcc45eb725158d44ca6 authored about 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionClass::isEnum()

cbac188b4de5839793b0736557cf49c0d948a594 authored about 3 years ago by Ondrej Mirtes <[email protected]>
CompileNodeToValue - support New_

56f215f08c4421f69e2d0e82096601b0b4fbaa2c authored about 3 years ago by Ondrej Mirtes <[email protected]>
Fix ReflectionFunctionAbstract::getImplementingClass()

fffbbc5d6d9bbb03d26af11b153847e561c4d1cb authored about 3 years ago by Ondrej Mirtes <[email protected]>
Fix

bdd25238b192396e633d9ca07a25f2da724a9dc0 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Fix incosistent names

9f2b6eb6b8c17949bf82a46c34167504de0b0782 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Fix

151421cd34bc441c6b1e4ff5c89bf9de2310cff9 authored about 3 years ago by Ondrej Mirtes <[email protected]>
PhpStormStubsSourceStubber - support PhpStormStubsElementAvailable

58ca8cc39a70629f7ddbad52dd35ea0ce721452b authored about 3 years ago by Ondrej Mirtes <[email protected]>
Support for tentative return types

4710a2da24f67fde925a454a57036abacc9bbfa3 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Update jetbrains/phpstorm-stubs

8bc0c6d978631fcd140ed72b363d3cb6139b0b60 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Support for ReflectionIntersectionType

23524f006346313e0371b3a7d938b1a40a50c6b0 authored about 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionNamedType - support for never

738d2be04886d390c66293a2d4758d6671d77097 authored about 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionNamedType - null was missing here

81da21236151b1659bbaf6dea0c34bcc5abf8efa authored about 3 years ago by Ondrej Mirtes <[email protected]>
Fix

70a4f65ed6db30c1f80c1809b602860002ccbeb7 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Do not report deprecated constants

c1e75769a4901b18546b239fefaa58ad9f854859 authored about 3 years ago by Ondrej Mirtes <[email protected]>
ReturnTypeWillChange attribute class is always defined

36c86d7f9337964e22118404215dff749539c7d3 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Get rid of PHP 8.1 deprecations

bca6925b51d64e26a2ab39e7c364a4afd9be11e3 authored about 3 years ago by Ondrej Mirtes <[email protected]>
Detect internal functions as deprecated

2b7b2495ec99287e89dea471b7adc42abadcdb56 authored about 3 years ago by Matt Glaman <[email protected]>
Merge remote-tracking branch 'phpstan/master' into master

* phpstan/master:
Update nikic/php-parser
Compatibility
Fixed method visibility when the v...

7a0212b8d5c1cfb9a99d65e55f6954f695fbf95b authored about 3 years ago by lmoelleken <[email protected]>
Update nikic/php-parser

ec87deadc70f01c6d66ed22d653b7292cccdcbc9 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Compatibility

370878a62e8ed064843fa2f91f896189cb5e9704 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fixed method visibility when the visibility is modified in trait use

253c57149928b1d905e6b72a32fc21c643e73241 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fixed trait method rename with multiple traits in one "use" statements

8f639dd3c27d8c5f7e574a51707d33ac7cc5add5 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix

9d8b3cea3bac7ec2f1154df93b4062576f365da5 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Trait method rename with wrong case should still work

f71b1d4e23806fa7350014993549a4369a45c0ec authored over 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionClass::getParentClass() - be more resilient against errors

a90c6bca67001b61346f47f143bb9721a8ef88d4 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fixed context of invoking a trait method

f14002eab57de1ec3d0116371cb5239d4415c432 authored over 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionMethod::invoke() - support traits

fef40df2f74a610409159f27f84175162b919707 authored over 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionProperty::setValue() - support traits

0ccb4acb9e47270bcf0f92f3f61a693002e972d0 authored over 3 years ago by Ondrej Mirtes <[email protected]>
ReflectionProperty and ReflectionMethod - do not require the class to be loaded for invoke() and setValue()

f1d2f60acab045b5a944e2d7711f74647b1c2edd authored over 3 years ago by Ondrej Mirtes <[email protected]>
Support ReflectionProperty::isReadOnly()

5e74a9b7ccd861481c618306d6e995b738419f35 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix

737857c9777a5f6c793935ee1bb2f72017d3a976 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Support ReflectionClassConstant::isFinal()

4cc6dd660549561ce96b301c4cb8661877dab820 authored over 3 years ago by Ondrej Mirtes <[email protected]>
[+]: re-add missing methods

98a83c0a80e6e9ab7c2f8699899457a39ed108e7 authored over 3 years ago by lmoelleken <[email protected]>
merge upstream

40c4552559bbee1cf462bcbe7b83df524dba7541 authored over 3 years ago by lmoelleken <[email protected]>
Merge remote-tracking branch 'phpstan/master' into master

* phpstan/master: (34 commits)
Update nikic/php-parser
Update nikic/php-parser
Fix
Micro...

b52a8556ccf6262200ee95868f0a24a835a7cef4 authored over 3 years ago by lmoelleken <[email protected]>
Update nikic/php-parser

348a8777d11b9dd88f13e0d99a84d1671a8cf8a7 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Update nikic/php-parser

d624985e59112ae000d9456dd261c857d284bdc6 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix

0a94d3041d5801da091d0ecce0ef4e077f83467a authored over 3 years ago by Ondrej Mirtes <[email protected]>
Microoptimization

25341e74e65ff00704baae6c0135feec964644aa authored over 3 years ago by Ondrej Mirtes <[email protected]>
Build on PHP 8.1

94e2dfe38f1793d914548fc1325805cfb9648be4 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Cleanup

32de560c55ec930dd6e1688dfd9e18daefc2e619 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Updated PHP-Parser

37beae8f792c0bc1c1bf616f19a52a966d29e001 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Remove unused cruft

4fe089c4138f6d61149d79402798e7900742e717 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix CS

42026efd1f6c031dc3425d0cb5f92a707d0effb0 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix

d8d9544bbec927a38dafe259400ae6fe0f5cf3f8 authored over 3 years ago by Ondrej Mirtes <[email protected]>
Fix

1c72e79d454a4bbe0f8add1916619c5d7f2f6c3e authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Fix default trait property value mentioning constant from the using class

408c0588e28204de40e6ffa30af3d545021ac764 authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Adapter ReflectionProperty - missing methods from PHP 8

7748f9be19fa80eae8bb22ab4f225e44f63691af authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Fix default trait method parameter mentioning constant from the using class

4fafef29a2d3e044a878ab4479ed4995c400e438 authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Fix default method parameter value mentioning ::class constant

a41da9f783e2f452421ffd16dc7b96bae3a14157 authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Update phpstorm-stubs

34f2d24f6cda682b26465965bbeafb289caf3219 authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Change Roave namespace to PHPStan

69e134dedfe3ecf637e370df61fc4d7a70bda34c authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Revert "Microoptimization"

This reverts commit 608232ce64f8bb9f3f2a6eef11ccd480348e2e4d.

e4f77fb14901488eef16b0f35007800df2ffeb46 authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Microoptimization

608232ce64f8bb9f3f2a6eef11ccd480348e2e4d authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Cache getConstructor()

fb85182b78f43a8e66a6d0b50e7a243c5d45d5cb authored almost 4 years ago by Ondrej Mirtes <[email protected]>
Updated nikic/php-parser

79c0ffb0c3a9903ecffc59d53bb2f1299b6c8a56 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Updated nikic/php-parser

9d00528f44889546efa2e930a86661401ae89b71 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Updated phpstorm-stubs

6105ab3b178dba7a7a171293cf137462f137b09f authored about 4 years ago by Ondrej Mirtes <[email protected]>
Fix CS

3a559356763161db915cfa775b34cffe4f2c5905 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Only check stub version compatability for core extensions

See phpstan/phpstan#4095 and JetBrains/phpstorm-stubs#957

0e1bd567e940993b29b567b27e1f35ddf14cf90d authored about 4 years ago by Richard van Velzen <[email protected]>
Add missing extensions and a test

cc7859a20f0a99073caaac3de5c0d7df102cf20b authored about 4 years ago by Richard van Velzen <[email protected]>
Adapter ReflectionClass - get original reflection

52cc1d5c4547a7524dd9fccf8aac260ed4ef1a6c authored about 4 years ago by Ondrej Mirtes <[email protected]>
Attributes support on ReflectionClass

818a10126e457edaf32ff8a665f85c90f743fc9e authored about 4 years ago by Ondrej Mirtes <[email protected]>
Updated jetbrains/phpstorm-stubs

99977c3c69d8e370a85b7959fafca10f9a7a507c authored about 4 years ago by Ondrej Mirtes <[email protected]>
isPromoted()

4845deca97418f784fc752afec9ae54d1b2e4527 authored about 4 years ago by Ondrej Mirtes <[email protected]>
More tests

8a7eb6f1b6e8064738e264500b280f5c3c8df8f8 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Updated phpstorm-stubs

0bc3b170059b1585d63a6a99a98fcca546833e6c authored about 4 years ago by Ondrej Mirtes <[email protected]>
Support promoted properties

f7d55518cef71267328d29f1212bc20a89d44e30 authored about 4 years ago by Ondrej Mirtes <[email protected]>
DatePeriod should not implement IteratorAggregate on PHP 7.x

ea2f9974c13208f3dc171b88415be12eac8ad4c3 authored about 4 years ago by Bertrand Jamin <[email protected]>
update from php 7.1 -> php 7.2 v2

73827f6349a8b39952abb34b06c216b3e26ce613 authored about 4 years ago by Lars Moelleken <[email protected]>
allow to use dev-master

4417897bc08c14a641d97be73b114445a558d799 authored about 4 years ago by Lars Moelleken <[email protected]>
update from php 7.1 -> php 7.2

a25731ef097fa322b6bd471bbecd958e179d5125 authored about 4 years ago by Lars Moelleken <[email protected]>
Update README.md

ae4139568ad3a6abd361e0b8d3c09c7e25e7b8fb authored about 4 years ago by Lars Moelleken <[email protected]>
Update README.md

59cff6a05c82f52617f205f13be2c556502252d6 authored about 4 years ago by Lars Moelleken <[email protected]>
Update README.md

4fb351c0accffc9b0399014424bf003150b3a188 authored about 4 years ago by Lars Moelleken <[email protected]>
FindReturnType: fix

-> Call to undefined method phpDocumentor\Reflection\DocBlock\Tags\InvalidTag::getType()

ref:
-...

87923830a07c479de2cf254a1b758d42eb0da626 authored about 4 years ago by Lars Moelleken <[email protected]>
Fix build

806105aed31d21307bce6c9b63e5cc39effccb7a authored about 4 years ago by Ondrej Mirtes <[email protected]>
Use Composer v1

d0dde97c24b372f1ac0124bbcb5dfd6799f00c15 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Support for Stringable

e9f99da6586dab440cc4117379fdbdb912a1697e authored about 4 years ago by Ondrej Mirtes <[email protected]>
phpVersion on BetterReflection

4171940d6119a98bf3e4bf90431a5c6e1947c4c4 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Long national nightmare is over

0a8e98e860a9e27e57b242a66d4e1bf71d6072cb authored about 4 years ago by Ondrej Mirtes <[email protected]>
Update phpstorm-stubs

8c13768c9ab5f010ca3911dd8b843f5d3f44df60 authored about 4 years ago by Ondrej Mirtes <[email protected]>
ReflectionSourceStubber - ask isDefaultValueAvailable() before getDefaultValue()

9b13ebbb8a0b91b72cfe0aa20803010be3fcbc73 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Update phpstorm-stubs

39266e52e87701b849a70c7921bfedd74fc1bdbc authored about 4 years ago by Ondrej Mirtes <[email protected]>
Fixed SimpleXMLElement interfaces

2de61c19c975c8901597e6f3a8ef49b868a701f0 authored about 4 years ago by Ondrej Mirtes <[email protected]>
fix missing interface

500607b26eac732a0f8b3518accb13c7f46bb55b authored about 4 years ago by nick <[email protected]>
add SplFixedArray

b980a765ff951d181db71e9a1b54eb24fe78cd78 authored about 4 years ago by nick <[email protected]>
update stubs

c254afa9ac7baddb5c56eab9541eeaf8ba67dcfd authored about 4 years ago by nick <[email protected]>
Generator::throw() stub can be parsed now

45bfa96bdb201734a79067a384a71c8eded9724d authored about 4 years ago by Ondrej Mirtes <[email protected]>
Fix CS

a99ec67fbe66e871acec79ed110790e82b681ede authored about 4 years ago by Ondrej Mirtes <[email protected]>
PhpStormStubsSourceStubber::isPresentClass()

d6b4c2fca91813f7704535806d76a03e976fea18 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Simplify code

2cc6b405c6ba7897d5a67aa0636a5527dcbb18e2 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Update PHPStan

6f87eb8d2c2125468574cf86f34cd315eab8b22c authored about 4 years ago by Ondrej Mirtes <[email protected]>
PDOStatement should not implement IteratoAggregate on PHP 7.x

ee91b863e3b20db06b2e1c2240aab02169d8cbe2 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Support `@removed` annotation

e7dc0cab183e31847b23f667317eebce592fae60 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Potentially fix build

acf6363b1e6219c29cced580af5b180583ba465f authored about 4 years ago by Ondrej Mirtes <[email protected]>
Updated phpstorm-stubs

df50c388f1c9db4b7af7e0a2619d61aaf7abaad2 authored about 4 years ago by Ondrej Mirtes <[email protected]>
Update nikic/php-parser

a3d26b6480e9d6a1b011dcd763e51e3462cb42ee authored about 4 years ago by Ondrej Mirtes <[email protected]>