Highlights
- 2 discussions answered
Pinned
5,785 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 51 commits in 12 repositories
Created a pull request in doctrine/orm that received 3 comments
Deprecate ensureProductionSettings()
Doctrine does not provide its own cache implementation anymore and relies on the PSR-6 standard instead. As a consequence, we cannot determine anym…
+25
−0
•
3
comments
Opened 34 other pull requests in 7 repositories
doctrine/orm
14
merged
- Merge 2.10.x into 2.11.x
- PHP CodeSniffer 3.6.1
- Bump required PHP version to 7.4
- Merge 2.11.x into 3.0.x
- Merge 2.11.x into 3.0.x
- Remove AbstractHydrator::hydrateRow()
- Merge 2.11.x into 3.0.x
-
Deprecate
AbstractHydrator::hydrateRow() -
Remove
Query::iterate() - Remove support for DBAL 2
- Merge 2.9.x into 2.10.x
- Run PHP 8.1 CI with stable dependencies
- Add PHP 8.1 to CI
-
Remove calls to
ForeignKeyConstraint::getColumns()
doctrine/dbal
10
merged
- Add missing upcast
- Catch MySQLi exceptions on PHP 8.1
- Fix XSD paths in PHPUnit XML config files
- Run tests on PHP 8.1 with different database drivers
- Merge 3.2.x into 4.0.x
- Remove obsolete PHPCS config
- Merge 3.1.x into 3.2.x
- Merge 2.13.x into 3.1.x
- PHP CodeSniffer 3.6.1
- Add Postgres 14 to the test matrix
symfony/symfony
3
merged
Homebrew/homebrew-core
3
closed
derrabus/twig-awesome-bundle
2
merged
symfony/psr-http-message-bridge
1
merged
doctrine/data-fixtures
1
merged
Reviewed 69 pull requests in 13 repositories
symfony/symfony
26 pull requests
- [HttpFoundation] Deprecate passing null as $requestIp in IpUtils
- [Config] Fix signature generation with nested attributes on PHP 8.1
-
[Console] remove mixed return types from
InputInterface - [VarDumper] Fix error with uninitialized XMLReader
- [DependencyInjection] autowire union and intersection types
- [Cache] Split PdoAdapter into DoctrineDbalAdapter
-
[Security] Move
TraceableAuthenticatortosecurity-http - GuardEvent::getTransition() cannot return null
- [Console] Bash completion integration
- [HttpFoundation] Fix PHP 8.1 deprecation notice in IpUtils::checkIp()
- [Lock] Split PdoStore into DoctrineDbalStore
- [VarDumper] declare that dd() never returns
- [Cache][Lock] fix SQLSRV throws for method_exists()
- [MonologBridge] Deprecate the Swiftmailer handler
- Add type to final/internal public/protected properties
- [HttpKernel] Add basic support for language negotiation
- [HttpClient] Add method to set response factory in mock client
- [Lock] fix PDO SQLSRV throws for method_exists()
- [Translation] [Bridge] [Lokalise] do not export empty strings
- Move array_merge calls out of loops to improve performance
- [Lock] Use platform to identify the PDO driver
- [HttpFoundation] Update http response messages of statuses 413 and 422
- [DependencyInjection] fix support for "new" in initializers on PHP 8.1
- Fix "can not" spelling
- Enable Dependabot for getting updates for actions
- Some pull request reviews not shown.
doctrine/dbal
18 pull requests
- Merge 3.1.x up into 3.2.x
- Merge 2.13.x into 3.1.x
- Catch MySQLi exceptions on PHP 8.1
- Fix XSD paths in PHPUnit XML config files
- Run tests on PHP 8.1 with different database drivers
- Bump PHPStan level to 8
- Merge branch 3.1.x into 3.2.x
- Get view definition for SQL Server
- Rework connect/disconnect routines in functional tests
- Drop support for SQL Server 2016 and older
- Merge 3.2.x into 4.0.x
- Merge 3.1.x into 3.2.x
- fixed using lower case column names
- Mark Statement::execute() private, remove QueryBuilder::execute()
- Remove the Constraint interface
- Merge 2.13.x up into 3.1.x
- Merge 3.2.x into 4.0.x
- Deprecate the Constraint interface
doctrine/orm
13 pull requests
- Explaining the two major ways to register an event v2
- Overview table for events
-
Add "@method" annotation for
wrapInTransaction()method atEntityManagerInterface - #9119 Query\Parser resolve Lexer:lookahead null case
- Changed EntityRepository count method $criteria parameter to optional
- Directly reference upstream CS workflow
- Fix SchemaValidator with abstract child class in discriminator map
- Merge release 2.10.1 into 2.11.x
- Add integer cast in setFirstResult methods of Query and QueryBuilder
- Refactor ORMException into an interface
- Add integer cast in setMaxResults methods of Query and QueryBuilder
- Update phpdoc comment - association-mapping.rst
- Add PHP 8.1 to CI

