Ecosyste.ms: OpenCollective

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

github.com/doctrine/reflection

The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
https://github.com/doctrine/reflection

Merge pull request #2 from doctrine/update-phpunit

Update PHPUnit to 7.0

245d74bda1705ddf72e8a0af6475ea1cae7cce16 authored over 6 years ago
Merge pull request #1 from doctrine/update-website-link

Update website link in composer.json

8b12e0a809054a2b76c8b481ccb30455d64447f1 authored over 6 years ago
Update PHPUnit to 7.0

9e683ea73e9e5d653403bd7dbcf08ef46ff32ae0 authored over 6 years ago
Update website link in composer.json

e95050668fd0290abe460b84ec83b05a2f05028c authored over 6 years ago
Extract doctrine/reflection from doctrine/common as standalone package.

eb73ac50b890bf8c26115ff5975fc6adf093dd0b authored over 6 years ago
Merge pull request #827 from mikeSimonson/license

Removing the header license

addffdf8bf7060dc419dc3c7d4fe38466ee3f27b authored about 7 years ago
Removing the header license

4ea250707aab931d8cb05f9bad12f9a1af120de5 authored about 7 years ago
Merge pull request #817 from doctrine/update-build-process

Update build process to use stages and PHPCS

aeb81537f1a08411e5cfd0ca37573f1dcaf5e2c3 authored over 7 years ago
Fix wrong return type on docblock

3446e8a6e0d5f05b2ca941f4c9d5993b81828f12 authored over 7 years ago
Apply manual CS fixes

f3b41a2698978ac503b554d574aa63e23bab53f9 authored over 7 years ago
Apply automatic CS fixes

86c417f4b4cb1fdbfd959c4f8f9e220416f43572 authored over 7 years ago
Use `self::assert*()` instead of `$this->assert*()`

e1bb8ed57fd2486127eccad2787b47229f8e3a2f authored over 7 years ago
Upgrade to PHPUnit 6

Making the test runner a bit more strict.

fe0666c7a1a3ac42a571a82576931ebd2779d835 authored over 7 years ago
Removing unused submodule directory as per https://github.com/doctrine/common/pull/718#issuecomment-220356761

b26e61de069331aeab4813ddf43e004de23044de authored over 7 years ago
Merge pull request #718 from mlocati/patch-1

Remove empty /lib/vendor directory from auto-generated ZIP archives

f1c9b522dff16f8b1a14c485c1178a6ce12b5818 authored over 7 years ago
Merge pull request #780 from fridde/patch-1

Quick-fix to avoid call to deprecated function.

66febee022eb2036c3d8ae3fcb245866c0d0a821 authored over 7 years ago
Merge pull request #792 from ostrolucky/fix-139

Fix __call exception when no metadata has been set

ba7fa9beb253828596206c6ddd4d45d66a5a304f authored over 7 years ago
Merge branch 'fix/#806-#744-stop-overwriting-class-docblock-due-to-class-meta-constant'

Close #806
Close #744

f5325e3f3ec580b2e0856abb44d9dc7915ab2a43 authored over 7 years ago
#806 CS (spacing, lowercase `false`)

ad74769ee8b3a6c4a8dca866fed799524efa95f2 authored over 7 years ago
Add new test asset.

175878a92a1a39783be49901ee53257de8dd80cc authored over 7 years ago
Fix #744 - Stop overwriting class docblock with '' triggered by ::class

eb30160c50a2ccee5bbaab6242338510c9ea87e6 authored over 7 years ago
Merge pull request #802 from ostrolucky/fix-386

Fix #386 - Debug export does not include stdClass properties

7f4be6bc56bf438aea22c26b24f44daea8cde40f authored over 7 years ago
Merge pull request #789 from ostrolucky/patch-2

This is exactly what's `empty` for

247e31cde626ce0f60e8e3f48f0dfeb643f692b2 authored almost 8 years ago
Merge pull request #790 from ostrolucky/patch-3

No need for having isset before unset

c4fd77def67822c1309976738aff422ca34bc610 authored almost 8 years ago
Merge pull request #791 from ostrolucky/patch-4

Opposite can never happen

77b9fd40b4dbc3c9910d3248d9fb915f21a76b31 authored almost 8 years ago
Opposite can never happen

cab6b45de8e8b07d17e2d28d9b1340f9cc339329 authored almost 8 years ago
Merge pull request #716 from gnat42/patch-1

Minor docblock spelling correction

cc93c5fd4ad17f2e57e25e7f52bb55dd8a4841f4 authored about 8 years ago
Merge pull request #765 from ondrejmirtes/phpstan

Integrating PHPStan & related fixes

fee058eb84ad5fa75f58cfb4121e524fe42e81d7 authored about 8 years ago
Fixed typehints

3cca99028a2b58a32d00da19891111684654acf9 authored about 8 years ago
StaticReflectionParser - added missing property

9edb488c802d9bc3fde90e15aead6c69f22fb655 authored about 8 years ago
Merge pull request #724 from doctrine/cleanup/upgrade-phpunit-and-php-version-dependencies

Upgrade PHPUnit and PHP version dependencies

08b490a4f89e10e1fea98dd12ee439fdaf8ebaf7 authored over 8 years ago
Removing reliance on `setExpectedException`, which was deprecated

2074b0cfc78e8f2a978a3e66923c4de22e0f7ea5 authored over 8 years ago
Removing `getMock` usage - relying on `getMockBuilder` and `createMock`

Achieves PHPUnit 5.4 compatibility by removing deprecated method usages

09cb1ccba2f41104d2133c1c70e31b8118b462dc authored over 8 years ago
Merge pull request #393 from doctrine/cleanup/drop-unsupported-php-versions

Cleanup - drop unsupported php versions

f3791f3f6b525aba9bddd94ded6471e83299de21 authored about 9 years ago
Short array syntax

020f52966ac30ff483505246c4186550803d864d authored about 9 years ago
Using `::class` wherever possible

325ca94208f4340380533dafa603427447d0a42a authored about 9 years ago
Merge branch 'hotfix/#384-correct-directory-to-namespace-conversion-in-file-locators'

Close #384

4f471378f4614abfe7dce625bd213c8d43967a52 authored about 9 years ago
Merge pull request #388 from racheldomingo/master

Update LICENSE

40bde2036e926f1f01602371725a1105168f1641 authored over 9 years ago
Update LICENSE

updating from 2012 to 2015

282fe30413c2de47ad2af35190007421febbab54 authored over 9 years ago
Merge pull request #382 from dunglas/patch-1

Minor CS fixes in StaticReflectionProperty

730fe5acffdd75a5c85879f3437b1d2093bb2b7f authored over 9 years ago
Minor CS fixes in StaticReflectionProperty

07ec4f1c5d116ebbb5de95e6cc0cd4b9d8b5aee3 authored over 9 years ago
Merge pull request #373 from TomasVotruba/patch-1

composer: bump to PHPUnit 4.7

789d9ebfdee7e39145f50ffd55feef575ea865ae authored over 9 years ago
Merge branch 'master' of github.com:doctrine/common

cd1b2680a59948fb8e60c8b0a8b88134d9ea4d49 authored over 9 years ago
Merge pull request #328 from JeroenDeDauw/imports

Optimized imports

1c01fef05e2d411c7c369d0baba0ffca3633aa39 authored over 10 years ago
Optimized imports

614af338091ff8b305026cf1cc5d1a2c0aba0bec authored over 10 years ago
Merge pull request #308 from dawehner/bmaster

fix the optimize regex and adapt the tests to actually test classAnnotat...

891aff6a9afb878ee05ab84282fe1ce647eb38f2 authored about 11 years ago
Fix the optimize regex and adapt the tests to actually test classAnnotationOptimize

2d6ae1ec86eb40ada7fa9be3191325c130181678 authored about 11 years ago
Merge pull request #284 from Ocramius/DCOM-175

DCOM-175

63d06bbe73bea54abdd8fb7263402169e765ee51 authored over 11 years ago
Merge pull request #245 from BenMorel/master

Documentation fixes

67c7f92b675280180ee4fa52c20877bdf7afa23a authored over 11 years ago
Fixed documentation.

- Missing docblocks
- Missing / incorrect @param / @return / @throws annotations
- Missing newli...

27e32a4cb3652b3dcd22cff2b100562d4f615f34 authored over 11 years ago
Merge pull request #249 from BenMorel/varfix

Fixed the StaticReflectionParser

91545be3252e716208d4d080eafe7374739b877f authored about 12 years ago
Fixed StaticReflectionParser.

This commit removes the PSR246Test, which is now covered by an updated StaticReflectionParserTest.

06c8fa797d8b96f95a8bce3f98966629cfe0fe1f authored about 12 years ago
Merge pull request #247 from doctrine/ProxyFactory

[DCOM-96] Refactor ProxyGenerator, introduce AbstractProxyFactory

1b564b435b95244fbe2e6f1789c4a029b7d375de authored about 12 years ago
Merge pull request #246 from BenMorel/varfix

Undefined variable fix

11e966a4bb339de687c0192ceaf027a194a5f69d authored about 12 years ago
Fixed an undefined variable.

bc18eb6038d1515858558dc55b32f5bac0179078 authored about 12 years ago
Merge pull request #206 from Slamdunk/hotfix/debug-export-arrayiterator

Debug::export ArrayIterator dumps the internal storage variable

44400b02faacef13cbd39326aa9c018700e173b7 authored about 12 years ago
Merge pull request #229 from lstrojny/feature/object-manager-decorator

Decorator base class for object manager decorators

bde33b297cbd6712eeeab8d480c77d15d2ce2af2 authored about 12 years ago
Merge pull request #216 from Ocramius/hotfix/silent-autoloaders

Silent autoloaders support

2497d1c8f6536174a3aefba530bfd898585d797c authored about 12 years ago
Merge pull request #237 from vincequeiroz/patch-1

Update tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceWithClo...

61c895b33922ba0ff2894d9513d218aaaa51516c authored about 12 years ago
Use doctrine/inflector and deprecate the Common Util inflector.

3e5a8118514092ee657a4b4a0224f64d24fa6f5a authored about 12 years ago
Merge pull request #168 from Ocramius/DCOM-96

[DCOM-96] ProxyFactory logic moved to doctrine common

d465950bee071c022b495161bab076e9ee2b806c authored about 12 years ago
Implementing generator/factory for lazy loading proxies

892dd1e965fa9b2b1b4fbd128dd32eaff8e4752d authored about 12 years ago
Merge pull request #227 from jbergler/master

[DDC-2160] Smart Pluralize/Singularize support for Doctrine/Common/Util/Inflector

a94f2eac4fc873df7275361e4c544641dfd7c444 authored about 12 years ago
Merge pull request #222 from docteurklein/lifecycle

make Base LifecycleEventArgs usable in orm and odm

81751857801682a1f1a1b7daea5d7de8de8bdd23 authored about 12 years ago
Merge pull request #224 from fruit/preg_quote

Use preg_quote() to escape text before inserting into regexp

e64de7807c653ab266ba5058e0c171dbdbe69c43 authored about 12 years ago
Merge pull request #225 from fruit/is_file

Replace file_exists() calls with is_file() where it is needed

d83adb9f8d39320e60a0c9f82b447e39a924f818 authored about 12 years ago
Replace file_exists() calls with is_file() where it is needed

2972c987c3130214006331fecf9b2315201ad57f authored about 12 years ago
Merge pull request #212 from Ocramius/issue/gh-#135

Fix for #72 #135

747632e21c6a3b952d7259b53bfddbc4c6e741dc authored over 12 years ago
Merge pull request #154 from chx/psr0annotations

PSR-0 annotation reader, try #2

6104aee4597e61d66411431ba0f3b713ec12d2cf authored over 12 years ago
Opsie, forgot Psr0FindFile.php

375bcef5b79b4f26c099d9b61d45e2fa44500e41 authored over 12 years ago
false

90c157699df049ca9ee3d7b4278a59801601539d authored over 12 years ago
More code style fixes thanks to the new cs fixer.

5dc1133cf797d43e5f5e369e1cdfc2285cbd8c7a authored over 12 years ago
More code style.

e8e7b88987340f075c7bc60f538749beac7dd483 authored over 12 years ago
Moved findFile to a class, added interface, renamed ns to namespace.

a3cd66b3d08dc8779f44014f506a3b80a1bb544a authored over 12 years ago
added public to the interface.

7dbbbd7a226fc2a1be5c87321bf3796ce4343c24 authored over 12 years ago
more style fixes and renamed the new interface.

8bf606dd4ea8872ae9207903b0315ec28deb9a76 authored over 12 years ago
I really hate PSR-2.

293205f2265fce0f359f3418c685fe9eef54924a authored over 12 years ago
Added a reflection interface.

55adec5901de846d70b44b86a5aec42fa3d6589f authored over 12 years ago
Using Symfony 2.1 findFile for simplicity and underscore support, renamed doxygen to doc comment and cs fixes.

5bcd56cd8a2e838ac827673187df19651c4a84e8 authored over 12 years ago
Test the parent class logic in StaticReflectionParser. Everything else is tested in AnnotationReader.

d6d89d629a664d7a38e791ffd2f77fe2811704fe authored over 12 years ago
Major restructure: renamed to StaticReflection, moved under Reflection namespace, injecting the token parser.

8f8b1519d762a30ef29326198e8985d7e12977e3 authored over 12 years ago
Merge pull request #151 from FabioBatSilva/DCOM101

[DCOM-101] Implement FilesystemCache / PhpFileCache

cea71a201fb9b99a96555f0bb8ccf533221a2383 authored over 12 years ago
Merge pull request #149 from doctrine/DDC-1637

[DDC-1637] Refactored towards Criteria API, implement ordering/slicing

120f15f2c917b29621555049577fee943721c44a authored over 12 years ago
Merge pull request #138 from doctrine/isTransient_alias_support

added support for namespace alias in isTransient()

212e416236a7be2ed01f1f3ccc9ea12e65b3afc5 authored over 12 years ago
Merge pull request #131 from Ocramius/classmetadatafactory-orm-sync

Syncing changes of ORM ClassMetadataFactory in common

92380d250687a741e6c0414aee97244d04991e23 authored over 12 years ago
LGPL => MIT license

26fad18a2235978cc14c5e5a12db8eaad16fc0de authored over 12 years ago
Merge branch 'juznovo' of https://github.com/juzna/doctrine-common

Conflicts:
lib/Doctrine/Common/Annotations/AnnotationRegistry.php

c9e5721eb7317912410e8187e23e30275a3c6105 authored about 13 years ago
Upgrade Build Commons

fb1bde8868caed28ae2b59b82b3fece005a304c3 authored about 13 years ago
Fix Next version

702b67648c889477e932da7c12186c6721f106b8 authored about 13 years ago
Bump dev version to 2.2.1

8f847ef2185ba51584834ee1ccf0c211c6304e52 authored about 13 years ago
Update build commons

944631ee32718e76779273239f5b76bd41ec822d authored about 13 years ago
Fix Doctrine Common Version

9b77c29b0ac8138168e1992d6bd9909e25094808 authored about 13 years ago
Merge branch 'target'

c52ab58a9821fed60c70886aad580139f2bdb834 authored over 13 years ago
merge with branch master

9bf17ca6b0b5eef186d54edf9d6a666a6284a019 authored over 13 years ago
Merge branch '3.0.x' of http://github.com/doctrine/common

a01e5da8fe58479aba8e0e28fc448ffa10b10b29 authored over 13 years ago
Merge remote branch 'origin/3.0.x'

Conflicts:
lib/Doctrine/Common/Annotations/AnnotationReader.php
lib/Doctrine/Common/Annotation...

86d6071b20cce8dcaa4b921d1c1ce3193e5b62fb authored over 13 years ago
DCOM-56 - Remove php-based autoloading from AnnotationReader and use AnnotationRegistry instead that replicates that functionality but allows more flexibility in error handling. Code is ported from master, could not be merged so was manually applied.

b23500d299041067b3013defedf5fc2f3a693cd5 authored over 13 years ago
Merge branch '2.1-DEV'

772400cdc17690ccdb9b01fd52bdb2bcdfe745c8 authored over 13 years ago
Merge branch '3.0.x' into 2.1-DEV

cc946c331426c0941c4ba34e06e0e45d81bca0dc authored over 13 years ago
Merge remote branch 'origin/3.0.x' into 2.1-DEV

ce74fbf3e6166567fcf9cd263d85a9290a41a101 authored over 13 years ago