Ecosyste.ms: OpenCollective

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

orm

Help us on our mission to create highly efficient PHP ORM with clean object design.
Collective - Host: opensource - https://opencollective.com/orm - Code: https://github.com/nextras/orm

embeddables: add order by tests

github.com/nextras/orm - 1c9a840632301d32444d777975bddbed27a774be authored almost 4 years ago by Jan Skrasek <[email protected]>
update phpstan: fix generics & add more safety checks

github.com/nextras/orm - ab9cdcf8c3afaf344e98299341896c3b49b34ce8 authored almost 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan-mockery requirement (#494)

Updates the requirements on [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery...

github.com/nextras/orm - 52fdab0b44c1bd89db1db9a151583bc894f8f32a authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-strict-rules requirement (#493)

Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-st...

github.com/nextras/orm - e08e87f1680ca506520d6e18bf03ada3fc5c0f11 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-deprecation-rules requirement (#485)

Updates the requirements on [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpst...

github.com/nextras/orm - 85b09a788a630fdd727b3865dd0c6df9eb7a17cb authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-nette requirement (#483)

Updates the requirements on [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) to...

github.com/nextras/orm - 8891763c5dfdd111c531f973c55764387a76a082 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan requirement (#489)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 8c4cdd01b9f7662f72ce5907ba9d8ebbf7582c8a authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-mockery requirement (#486)

Updates the requirements on [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery...

github.com/nextras/orm - e3bfd2f96be4fc14e8efbeb9db1e19a7a46cd14f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-strict-rules requirement (#487)

Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-st...

github.com/nextras/orm - ccb0128359b53a3f687089cbfabaa75eca2992c2 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #488 from nextras/tests_fixes

tests: explicitely set it for User entity

github.com/nextras/orm - c0220dccfc012a26774bcaf23d4f4ebe1d18b983 authored almost 4 years ago by Jan Škrášek <[email protected]>
repository: reattach entity in refreshAll() [closes #482]

Entity may be detached from deletion try which failed
and entities are being just refreshed.

github.com/nextras/orm - 11ed0b7f202b48e16f05e3d2cc93fa5f96a38a86 authored almost 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #478 from nextras/dependabot/composer/phpstan/phpstan-0.12.64

build(deps-dev): update phpstan/phpstan requirement from 0.12.48 to 0.12.64

github.com/nextras/orm - da13ab250bdb662eff112b60a110fe25a219124c authored about 4 years ago by Jan Škrášek <[email protected]>
fixes issues found by latest PHPStan

github.com/nextras/orm - 1ac939cb25a47496d61ca47f0a256411ef95df02 authored about 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 597075e76ec7ece673e068552bb4ccbf30fff647 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-nette requirement (#476)

Updates the requirements on [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) to...

github.com/nextras/orm - 74f8872f3c87408d501ec823f0a373a0587334fd authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/extension-installer requirement (#477)

Updates the requirements on [phpstan/extension-installer](https://github.com/phpstan/extension-i...

github.com/nextras/orm - 9a677260bb03283c8c1075ffaf4e3ec55407811e authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #469 from nextras/php8_0

build with PHP 8.0

github.com/nextras/orm - 383ce293b763ebbb4ca494e55ad1838a8e3f7c26 authored about 4 years ago by Jan Škrášek <[email protected]>
build with PHP 8.0

github.com/nextras/orm - 35de6599f463b3345cfdff55e9496bdebba7ce92 authored about 4 years ago by Jan Skrasek <[email protected]>
doc: proofreading

github.com/nextras/orm - f4e39ad2aca2f879b0213430d2e1a629144fcaa5 authored about 4 years ago by Jan Skrasek <[email protected]>
doc: aggregation and like filtering

github.com/nextras/orm - a21e4aecdbf0627b148f0c5bb4eba4dcc620cbb4 authored about 4 years ago by Jan Skrasek <[email protected]>
entity: fix parsing interface constant reference in enum modifier [closes #471]

github.com/nextras/orm - 1c77032f21733dde65e035c6fefaa119dbb13797 authored about 4 years ago by Jan Skrasek <[email protected]>
typo

github.com/nextras/orm - 9af0e9f847650b43a3fea55758d39f8c8c0ab4bf authored about 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #468 from nextras/github_actions

GitHub Actions

github.com/nextras/orm - fa4649d7889874f355d9c82e03812b87e9cb21bd authored about 4 years ago by Jan Škrášek <[email protected]>
update readme

github.com/nextras/orm - 3195824df852998bb3857ba72e5796ffe4dd90a9 authored about 4 years ago by Jan Skrasek <[email protected]>
add Github Actions

github.com/nextras/orm - 16ada9441b14468fa96e03537c250947b58b5535 authored about 4 years ago by Jan Skrasek <[email protected]>
tests: rewrite connection management to ini file

github.com/nextras/orm - 202ec0320d552ad8f55ca715a44b359d92fde584 authored about 4 years ago by Jan Skrasek <[email protected]>
build: test lowest deps

github.com/nextras/orm - 85ed4fe39d3ff0edf9b40e4428d996d743faf080 authored about 4 years ago by Jan Skrasek <[email protected]>
docs: update collections & architecture

github.com/nextras/orm - a014093040e5a2916d6c37d408a9fbd6e7f187b2 authored about 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #467 from nextras/lazy-relationships

relationships: make HasOne relationship lazy until entity is attached

github.com/nextras/orm - 92d502e4e654c1bf06d4b7e48ce5f682cf8c318d authored about 4 years ago by Jan Škrášek <[email protected]>
relationships: make HasOne relationship lazy until entity is attached

github.com/nextras/orm - c722a696c039f82a10010fb403fa1f3feb12d340 authored about 4 years ago by Jan Skrasek <[email protected]>
entity: IEntityAwareProperty - add method & rename current on (BC break!)

github.com/nextras/orm - bee2f07e4491bdbeb6001000e08f28700444a76d authored about 4 years ago by Jan Skrasek <[email protected]>
doc: better info about returning custm DbalExpressionResult

github.com/nextras/orm - e4a0eb92af638b619bdde6bae69956d73e5d8eaf authored about 4 years ago by Jan Škrášek <[email protected]>
doc: document important BC break in entity setter/getters during storage load

github.com/nextras/orm - 16fb89ab3943e6cb0ddc0477989a17c41dc6b378 authored about 4 years ago by Jan Škrášek <[email protected]>
collection: fix HasManyCollection::fetch() accesing invalid iterator state [closes #466]

github.com/nextras/orm - 734cd96edba777a2b2a5d055d5dce4132d614ab2 authored about 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#465)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 9237dd392b48cfd386665d54bd4632e77f873b51 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot: run monthly

github.com/nextras/orm - 907ac3e06b27d93b537c397eee27112ddef63735 authored over 4 years ago by Jan Škrášek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#464)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - e1c7a9a70ed85ad05302fc9d64e006a5951a5d46 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
composer: next version will be 5.0

github.com/nextras/orm - e7386baf3ca1394cc349453175ddd3976d7cbf15 authored over 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #411 from nextras/generics

PHPStan Generics

github.com/nextras/orm - cc1f90d9acd4a847bfecabf8da90f82a84d53de4 authored over 4 years ago by Jan Škrášek <[email protected]>
make ICollection, IRepository, IMapper generic

github.com/nextras/orm - 404b47bb3529e8e366bad04967adb23b13ecfe71 authored over 4 years ago by Jan Skrasek <[email protected]>
composer open 4.1

github.com/nextras/orm - 4efc725caf65fae90f2e67ebbfa3f61ae56352c7 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#462)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - a932a3c7d83ff2bc9453d2d56900e4e7741481bd authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v4.0.0

github.com/nextras/orm - 7272f308b69bef3e3a9f16c7bed8fd180ed1efab authored over 4 years ago by Jan Skrasek <[email protected]>
composer: require Dbal 4.0 stable

github.com/nextras/orm - 87d99cbf4b55b614e96c5c6837880e49282a8d82 authored over 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #461 from nextras/bufix_count_stored_on_1M

relationships: fix counting 1:M table with composite primary key

github.com/nextras/orm - 5a8b2f32924fd094a746bdff9a227b87c8ac412d authored over 4 years ago by Jan Škrášek <[email protected]>
relationships: fix counting 1:M table with composite primary key

github.com/nextras/orm - 71f77291cdf774cc3a952b4b4c7fb1aa3c78c4b5 authored over 4 years ago by Jan Skrasek <[email protected]>
docs: more infor about different behavior of entity iterator

github.com/nextras/orm - e84281b01102586eb82f4ff71ec9de42a99f9d47 authored over 4 years ago by Jan Skrasek <[email protected]>
docs: update migration guide with more info [closes #458]

github.com/nextras/orm - 715ec3b6cbec2b440bf5a852ecf313c418089212 authored over 4 years ago by Jan Skrasek <[email protected]>
move compatibility to non-PSR4 dir [closes #456]

github.com/nextras/orm - a2a56e5a12717e99f78b0202199e83ab1c047ea9 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#457)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 2f1bc70d31d0569a01b50bf3fa5bc831086db488 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #459 from nextras/aggregation_on_empty

collection: correctly evaluate aggregate functions on empty collections

github.com/nextras/orm - 4f872ac3a1a13a3717c987502430e0c4d82ce6fb authored over 4 years ago by Jan Škrášek <[email protected]>
collection: correctly evaluate aggregate functions on empty collections

github.com/nextras/orm - 543aa325eb7bec3476688bce0695df73d40264bb authored over 4 years ago by Jan Skrasek <[email protected]>
dependabot: run weekly

github.com/nextras/orm - df58108e39f15fed86af62e5002ea30c1c55adc4 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan-nette requirement (#453)

Updates the requirements on [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) to...

github.com/nextras/orm - fb45905f9680e7acc17736527aa37512a57dcd6e authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-strict-rules requirement (#454)

Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-st...

github.com/nextras/orm - f815309943b4f467fe6d48e1a548f447d7e00086 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/extension-installer requirement (#455)

Updates the requirements on [phpstan/extension-installer](https://github.com/phpstan/extension-i...

github.com/nextras/orm - 41ce1fe44f9eae991c00968f47fc26b73e3dfc35 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: better ordering docs

github.com/nextras/orm - ff131dc27c571fdf74723e49aa5f14df09e98339 authored over 4 years ago by Jan Skrasek <[email protected]>
doc: add migration guide for 4.0

github.com/nextras/orm - 160386e80d4f6c81b1e20119cacecf2645c15bf8 authored over 4 years ago by Jan Skrasek <[email protected]>
composer: require RC version of Dbal

github.com/nextras/orm - b81794610bd563ee9a9521262cd14db138ab3a42 authored over 4 years ago by Jan Skrasek <[email protected]>
exception: move to Exception namespace & PSR-4 structure (BC break!)

github.com/nextras/orm - 6a702c466643167e509cd8a072220a6897278929 authored over 4 years ago by Jan Skrasek <[email protected]>
conventions: add missing methods to interface (BC break!)

github.com/nextras/orm - 880df948be93f6f5e2400a688dbed15a6d8f6f5b authored over 4 years ago by Jan Skrasek <[email protected]>
remove symfony chapter, postponed to 4.1

github.com/nextras/orm - 300ec55162bac51f19462856a70321087c9d96e2 authored over 4 years ago by Jan Skrasek <[email protected]>
update readme

github.com/nextras/orm - b3c0f8090ab42aedf953b1f06821a25f77a8b7e1 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#446)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 20808e0af12b7f5749d639a005b90406d51d2ccd authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan requirement (#445)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - f8807ded2ac304120602b88b51213fd146b3811e authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan requirement (#444)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 4c60798cec44530585abfa3d8420dd8d83e3a402 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix labels in github issue templates

github.com/nextras/orm - b503f6c81b8dbc0a8214cccff231a74f61ee8274 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 1dca224f3a473d9d0188b45d09feed7aaefc0467 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-nette requirement

Updates the requirements on [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) to...

github.com/nextras/orm - bebd7709825d2469daf963975b7bcd4515b00389 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #440 from nextras/fix_preload_container_on_invalid_relationship

relationships: fix trying to preload for removed entity with invalid relationship

github.com/nextras/orm - 30b7f28aa8410b7622d4683aa6d643d5062130fa authored over 4 years ago by Jan Škrášek <[email protected]>
typos

github.com/nextras/orm - d03977a91e2fa9e379ddebe3d2535ad3b791de1a authored over 4 years ago by Jan Skrasek <[email protected]>
relationships: fix trying to preload for removed entity with invalid relationship [closes #434]

This approach moves nullability check from IProperty.getRawValue() to
Entity.getRawValues() meth...

github.com/nextras/orm - 6b2669baf7dfdd1a4b07a088aa9e52be3f7c464a authored over 4 years ago by Jan Skrasek <[email protected]>
Fix getByChecked method name in docs (#439)

github.com/nextras/orm - 9adc0c85a38af6603d630bcfd49daf76dcf9454b authored over 4 years ago by Stepan Kocourek <[email protected]>
Merge pull request #435 from nextras/dependabot/composer/phpstan/phpstan-0.12.33

build(deps-dev): update phpstan/phpstan requirement from 0.12.32 to 0.12.33

github.com/nextras/orm - 24fe3dd5f6c67af57cfd74d72ee2a0701f426353 authored over 4 years ago by Jan Škrášek <[email protected]>
phpstan: move error ignores to source

github.com/nextras/orm - d26c2611fb5be260d57f68c584a13915cec063fb authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: use unprefixed template tag

github.com/nextras/orm - d0bcf2322d31b1b64f59ee563f2f2d886a8b730d authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: enable strict rules

github.com/nextras/orm - 700f0f574ac22c615094c914ea69f6f41c40774d authored over 4 years ago by Jan Skrasek <[email protected]>
add phpstan extension installer

github.com/nextras/orm - 1d895cd6d3ec43a19ab20f77eb79a32bf5790a3b authored over 4 years ago by Jan Skrasek <[email protected]>
update for latest PHPStan

github.com/nextras/orm - 447974c69294f60a15f40c22aedbda931a0d71b2 authored over 4 years ago by Jan Skrasek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - a5bcfe6db4e4db424863aff69d00c4a0c15adbb3 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #437 from nextras/dependabot/composer/phpstan/phpstan-deprecation-rules-0.12.5

build(deps-dev): update phpstan/phpstan-deprecation-rules requirement from 0.12.4 to 0.12.5

github.com/nextras/orm - c1367ac8188265c253b86d209ab86f79b7133e3f authored over 4 years ago by Jan Škrášek <[email protected]>
build(deps-dev): update phpstan/phpstan-mockery requirement

Updates the requirements on [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery...

github.com/nextras/orm - 936050ebca07c55b25740271299483a196f359a0 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): update phpstan/phpstan-deprecation-rules requirement

Updates the requirements on [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpst...

github.com/nextras/orm - fe399f2217bfa12d6a333ab72656bc97c967b6d4 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mapper: set persistedId right after entity processing [closes #360]

github.com/nextras/orm - a9de66283ca278deb276db44f298078f5244f8e0 authored over 4 years ago by Jan Skrasek <[email protected]>
conventions: always use nullable modifier to let db handle type mismatch [close #177] (#433)

github.com/nextras/orm - bdfee308fd59fb2484762660d55684822f2255c5 authored over 4 years ago by Jan Škrášek <[email protected]>
repository: optimize findByIds() [closes #82] (#423)

github.com/nextras/orm - 15b97e12c62de0bc4f0902b95b3015488bbd8204 authored over 4 years ago by Jan Škrášek <[email protected]>
build(deps-dev): update phpstan/phpstan requirement (#431)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...

github.com/nextras/orm - 7353d1779c6d698615528446491a4d534eed43f6 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add dependabot autoupdate

github.com/nextras/orm - 76a9000372c4dcc245d5cc2c1e5b24f6b3d3f5ea authored over 4 years ago by Jan Skrasek <[email protected]>
embeddables: fix nulling

github.com/nextras/orm - aec38b415b8111edee82f6475815462958225aac authored over 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #429 from nextras/embeddables_fixes_enhancements

Embeddables fixes enhancements

github.com/nextras/orm - 78c27147ada9a36ba3b49edce2341abb91934f7a authored over 4 years ago by Jan Škrášek <[email protected]>
embeddables: do not force null embeddable event when we have no values

github.com/nextras/orm - dba06b250f34a946b64627b3fe4b620cbd461026 authored over 4 years ago by Jan Skrasek <[email protected]>
embeddables: fix inserting entry with empty embeddable

github.com/nextras/orm - 29c771a19f4db043138ba12526ecdfd937a28886 authored over 4 years ago by Jan Skrasek <[email protected]>
embeddables: fix support for multiple embeddables in one entity

github.com/nextras/orm - 9de080e960113250f343fa51af664bb88afad32a authored over 4 years ago by Jan Skrasek <[email protected]>
tests: code formatting of SQLs

github.com/nextras/orm - 2bcb9075ebefaf7acb820100f6976db0545b6b99 authored over 4 years ago by Jan Skrasek <[email protected]>
Merge pull request #428 from nextras/phpstan

PHPStan updates & run on tests dir

github.com/nextras/orm - ae5c558eb6048499f1c9526496a09a79e63a2fa7 authored over 4 years ago by Jan Škrášek <[email protected]>
composer: use stable refs to nette's deps

github.com/nextras/orm - 714c2962c3ea56c2855ed30b571249afe1a113b1 authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: analyze test (fixes & more types)

github.com/nextras/orm - ea862c623ed162b0be946ea456c34a13d3c944fc authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: introduce Nette Tester Assert type specifier extension

github.com/nextras/orm - 79e796f0dad213ba48948e0f42c562ed90b64c88 authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: run against test (only inc)

github.com/nextras/orm - 4549a97884f441e310129bfc2e75ffe851f71a3f authored over 4 years ago by Jan Skrasek <[email protected]>
phpstan: update to latest version

github.com/nextras/orm - 3916ed7f7ed493cd6445bf94e8e6bfb598160bb4 authored over 4 years ago by Jan Skrasek <[email protected]>