ADmad

Results 55 issues of ADmad

Hey! Type: code quality @ovr Please confirm that the removal of `$this->consumerToken = $accessToken;` statement from OAuth1 providers is okay. phpstan was throwing error like ``` Property SocialConnect\OAuth1\AbstractProvider::$consumerToken (SocialConnect\OAuth1\Token) does...

In context of user's profile "gender" is the appropriate term rather than "sex". For example profile info provided by Google and Facebook also uses "gender". So I propose that the...

enhancement
help wanted

Prominent static analyzers like [psalm](https://psalm.dev/docs/annotating_code/templated_annotations/) and [phan](https://github.com/phan/phan/wiki/Generic-Types) already support it and support for [phpstan](https://arnaud.le-blanc.net/post/phpstan-generics.html) is also WIP.

rfc

### Description - [x] Cleanup code / files related to tasks and shells.

defect

- Removed unnecessary use of closure in `Driver::compileQuery()`. - Moved all identifier quoting code into `IdentifierQuoter`.

database

I am not quite sure what to mention in the migration guide. @markstory can you please help with that.

It would be nice if `psalter` had options for the following: 1. Use FQCN in docblocks (`@return \Cake\Foo` instead of `@return Foo`). 2. Not add new lines above `@return` and...

enhancement
easy problems
psalter

With debug enabled the WebExceptionRenderer switches the template to pdo_error.php in case of a PDOException, so having checks for SQL query related stuff in debug mode is redundant. Refs #970,...