Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,399 contributions in the last year
Contribution activity
October 2020
Created a pull request in cakephp/cakephp that received 8 comments
Switch to codecov for code coverage reporting.
It now uses GH annotations to show lines without test coverage on the pull request itself. As seen here https://github.com/cakephp/cakephp/pull/149…
- Sync property visibility with parent class.
- Preferred indentation style for .neon files is using tabs.
- Add test for QueryTrait::_decorateResults() overriding in ORM\Query.
- Query cleanup
- Remove uneeded trait method overriding.
- Fix test failing on PHP 8.
- Update static analyzers
- Change return type of ContainerApplicationInterface::services() to avoid.
- Remove lies from docblock.
- Speed up file existence checks where feasible.
- Fix sorting of path segments by length.
- Update Expression parameter names
- Add backwards compatibility alias for Aura\Intl\Package.
- Bump up phpstan and psalm's version.
- Revert back argument name
- Create scoped client
- Move DDL statements out of transactions
- Update distinct on column test
- Default to string if no SQLite type is defined
- Test nightly with all dbs
- Add collation to IdentifierExpression
- Add ServiceProvider base class
- Add StringExpression with collation support
- Rename register() for container services
- Deprecate Exception::responseHeader() in favor of HttpException
- Speed up file existence checks where feasible.
- Set default error code to 500 for HttpException only
- Update Expression parameter names
- Made a more accurate comment on Email sender methods
- Update ExpressionInterface parameter names
- Allow the Reply-to header of e-mail contain more than one e-mail address
- Allow Cake\ORM\Query type in the arguments of epilog()
- Update Collection parameter names