dpi

Results 67 issues of dpi

At this time composer refuses to allow this package to be installed alongside PHP 8. `8.0` does not satisfy constraint `^7.2`

Fixes #83 doctrine/coding-standard ^6 and ^7 only supports PHP ^7.1, so updated to branch 8. (9 is also available.) Updated phpstan/phpstan + phpstan/phpstan-strict-rules from ^0.11 to ^0.12 to support PHP...

_Originally https://www.drupal.org/project/coder/issues/3253472_ Allow advanced type styles as implemented by [PHPStan](https://phpstan.org/writing-php-code/phpdoc-types) and [Psalm](https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/), and [recognised by PHPStorm](https://blog.jetbrains.com/phpstorm/2021/07/phpstorm-2021-2-release/). Core will be making more use of PHPStan over time. Its going to be...

What a coincidence I've been putting together an [OAuth project for Drupal](https://drupal.org/project/authman), and in order to complete unit tests I needed a way to mock time. Thanks for the timely...

Cant pass additional options when creating a request. For example thephpleague/oauth2-client#803 is trying to use form_params, but `\League\OAuth2\Client\Tool\RequestFactory::getRequestWithOptions` filters them out. Also cannot pass along options in `\League\OAuth2\Client\Provider\AbstractProvider::getResponse`

enhancement

Since updating from 1.1.10 to 1.1.11 a small thing forced me to add additional typehinting to satisfy phpstan w/ level 8. Code sample stripped of irrelevant logic: ```php public function...

stub files

#342 #344 added stubs for field types which are always available with Drupal. It'd be great if field types in Drupal in optional [non-test] modules were also hinted eg text.module:...

stub files

**Problems** - 1.x branch is compatible with PHP 5.3 and above with contraint `"php": ">=5.3.0"` - When running the 1.x branch with PHP 8.1, exceptions are thrown because `RSet` implements...

Trailing comma is not added to multi-line function invocations In code such as. ``` class Foo { public static function create(): static { return new static( 'foo', 'bar' ); }...

kind/enhancement

This is probably more of a tracking issue since its not possible to get all data that is exposed in the XML feeds in the WebAPI. The rate limiting on...

Feature
Community