Ecosyste.ms: OpenCollective

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

phpstan-drupal

Building the PHPStan Drupal extension
Collective - Host: opensource - https://opencollective.com/phpstan-drupal - Code: https://github.com/mglaman/phpstan-drupal

Fix FieldItemList stub and missing ItemList stub

github.com/mglaman/phpstan-drupal - f699ee325d658f3597c4f7277a6c4b0f5213aa96 authored almost 2 years ago by Matt Glaman <[email protected]>
Add stub validation test

github.com/mglaman/phpstan-drupal - 23c4f3bb157508b29ef03db5b07a20d2436a5580 authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #506 from mglaman/gh493

github.com/mglaman/phpstan-drupal - 55c3f437e52d0e10e7ac59ffb20e338625b79594 authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #505 from mglaman/gh499

github.com/mglaman/phpstan-drupal - 34cad6b4a107c27059afaee17549ca775ecfd347 authored almost 2 years ago by Matt Glaman <[email protected]>
add links for discussion and Drupal slack channel

fixes #493

github.com/mglaman/phpstan-drupal - 5a0eaed4ee7ccc6a3d108c8165bf20adc3a3ba61 authored almost 2 years ago by Matt Glaman <[email protected]>
stub FieldItemList::createItem return type

github.com/mglaman/phpstan-drupal - 82a789c297b4494c2cd0b622a52b422dbf9fbb0c authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #497 from Boegie/496

github.com/mglaman/phpstan-drupal - fdc9f578e884c4f2c55886257aa3d70d10995a64 authored almost 2 years ago by Matt Glaman <[email protected]>
enable previouly commented tests that are now fixed

github.com/mglaman/phpstan-drupal - a2f6de8d3409f8fe495766eecf327794594ebe21 authored almost 2 years ago by Matt Glaman <[email protected]>
Use type-specifying extension for accessCheck

github.com/mglaman/phpstan-drupal - 4fb95b6ab6ee8b8f50fa97ec9e772df24b4e05c6 authored almost 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into 496

github.com/mglaman/phpstan-drupal - ca5c60f156c259aedf83dbffe457b832c642d8e1 authored almost 2 years ago by Matt Glaman <[email protected]>
Update README.md

github.com/mglaman/phpstan-drupal - 10819c6e42ff164575e2a731803ef9250e895e80 authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #502 from mglaman/gh500

github.com/mglaman/phpstan-drupal - 61daa574664fa138f42dc7e883de9a12a7703462 authored almost 2 years ago by Matt Glaman <[email protected]>
allow \Drupal static in enums

fixes #500

github.com/mglaman/phpstan-drupal - 66e1706254ba369c6be45b974dbbdc1a4d65546a authored almost 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into 496

# Conflicts:
# tests/src/Rules/EntityQueryHasAccessCheckRuleTest.php

github.com/mglaman/phpstan-drupal - be817ad1001668d6405dd6ab52081ac4146654d4 authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #498 from Boegie/474

Fixes https://github.com/mglaman/phpstan-drupal/issues/474

github.com/mglaman/phpstan-drupal - aea03721743f8bef1a2a9e99dd31ad406893bcb0 authored almost 2 years ago by Matt Glaman <[email protected]>
ignore non-api covered warning in test

github.com/mglaman/phpstan-drupal - c2bd8467c57e20333febcdae550c719384fe0390 authored almost 2 years ago by Matt Glaman <[email protected]>
fix EntityParameterTypehintRuleTest

github.com/mglaman/phpstan-drupal - 430a3391c78617bfb601d7d89aab08a508543daf authored almost 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into 474

github.com/mglaman/phpstan-drupal - d29b19593da18762185a77f09c4b6ec2a83d528a authored almost 2 years ago by Matt Glaman <[email protected]>
Merge pull request #495 from Boegie/494

Fixes #494

github.com/mglaman/phpstan-drupal - cc5b129b1e6b89311d720683470552292a351cfe authored almost 2 years ago by Matt Glaman <[email protected]>
Let's test all permutations

github.com/mglaman/phpstan-drupal - dbaaea71ec19ad7c7c304d251532e3f1354e10a8 authored almost 2 years ago by Frank Ebbers <[email protected]>
Added test cases

github.com/mglaman/phpstan-drupal - 43bf31902797e8712f3172dea2f4ed7d69193286 authored almost 2 years ago by Frank Ebbers <[email protected]>
Removed duplicate test case.

github.com/mglaman/phpstan-drupal - 0ea3e9eed36081415455e148d537a7cc35d07f31 authored almost 2 years ago by Frank Ebbers <[email protected]>
Crude(?) fix attempt

github.com/mglaman/phpstan-drupal - 88a408a5e3ff1a3af45124c6f355139f7577a072 authored almost 2 years ago by Frank Ebbers <[email protected]>
Added test case

github.com/mglaman/phpstan-drupal - fedf529c1c4af7e80c5eaa75f74e363197cfe082 authored almost 2 years ago by Frank Ebbers <[email protected]>
Added test case

github.com/mglaman/phpstan-drupal - dd78c1d92c2951b13f68d561c59b1c4f5dd4569b authored almost 2 years ago by Frank Ebbers <[email protected]>
Merge pull request #491 from mglaman/update-REQUEST_TIME

REQUEST_TIME pushed to 11.0.0 removal

github.com/mglaman/phpstan-drupal - 5e8b527e4d9b9f23f37eac727b31aeff278bbe43 authored about 2 years ago by Matt Glaman <[email protected]>
REQUEST_TIME pushed to 11.0.0 removal

fixes #483

github.com/mglaman/phpstan-drupal - c2a3f00f9c695267c5f59265c3b1b358181c7c2f authored about 2 years ago by Matt Glaman <[email protected]>
Merge pull request #469 from goba/patch-1

Update rule messages to use full Drupal messages

github.com/mglaman/phpstan-drupal - c99f2e0414bdb14ddf04c0211101a6fb1cedf6d4 authored about 2 years ago by Matt Glaman <[email protected]>
remove duplicated link, fix tests

github.com/mglaman/phpstan-drupal - f7024c3c81fbdcc6cf4ae80570d12f4e38ca944e authored about 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into patch-1

github.com/mglaman/phpstan-drupal - 9a693ae22d793b6906b408125bbe0beea3c4c7cf authored about 2 years ago by Matt Glaman <[email protected]>
Merge pull request #476 from driskell/fix-entity-query-type-cache

fix: Fix unpredictable false positive/negative of missing entity access check in function scope ...

github.com/mglaman/phpstan-drupal - 569725a9dab07a35bec796712d9ade5baf45b828 authored about 2 years ago by Matt Glaman <[email protected]>
fix instance returned in withAccessCheck

github.com/mglaman/phpstan-drupal - 728c1f0c74aee394adda640013953e8153caaba7 authored about 2 years ago by Matt Glaman <[email protected]>
stop cloning in EntityQueryType to avoid cached description

github.com/mglaman/phpstan-drupal - 8594ee15e880041f029035fa26bee306679f32f8 authored about 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into fix-entity-query-type-cache

github.com/mglaman/phpstan-drupal - ed1214ff1ef68d7e0783c37252fa1a17d5c2c88f authored about 2 years ago by Matt Glaman <[email protected]>
Merge pull request #478 from dpi/ereflist-referenceentity-generic

Allow EntityReferenceFieldItemListInterface::referencedEntities to work with generic

github.com/mglaman/phpstan-drupal - 2d2f7b4e24c0b016cbef50befa7cd600bb9de7b9 authored about 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into ereflist-referenceentity-generic

github.com/mglaman/phpstan-drupal - a00549d829ef71b9b55903c8e7bb46324e52cd4e authored about 2 years ago by Matt Glaman <[email protected]>
Merge pull request #489 from mglaman/drop-16-17

bump phpstan minimum to 1.8

github.com/mglaman/phpstan-drupal - a35658a35530c5878c8816d0252006a41b219b92 authored about 2 years ago by Matt Glaman <[email protected]>
drop 1.8 support

github.com/mglaman/phpstan-drupal - ed32c286a2e72e2e8919f13ef8faabad00ee105b authored about 2 years ago by Matt Glaman <[email protected]>
bump phpstan minimum to 1.8

github.com/mglaman/phpstan-drupal - 0d1cc31c3cb95e23a19553d1ae27ce47ec37506c authored about 2 years ago by Matt Glaman <[email protected]>
Merge pull request #485 from mxr576/issue/478

Replace deprecated PHPStan\Type\Constant\ConstantArrayType::findTypeAndMethodName() call

github.com/mglaman/phpstan-drupal - db1385b0e707df42b4abd28f409d589c8d747fed authored about 2 years ago by Matt Glaman <[email protected]>
deprecated isClassString removed in PHPStan 2.0

github.com/mglaman/phpstan-drupal - d0bf4d3cd5c3d2aa107674ac3dcbb233b1d6ef76 authored about 2 years ago by Matt Glaman <[email protected]>
Silence usage of deprecated ConstantStringType::isClassString

github.com/mglaman/phpstan-drupal - 24d1c8967a90a1c2225c2ff507fd07c7ef456ed2 authored about 2 years ago by Matt Glaman <[email protected]>
fix usage of isClassString

github.com/mglaman/phpstan-drupal - cc4554fac2b998d79623e33af3a8772b1860c2a8 authored about 2 years ago by Matt Glaman <[email protected]>
Merge branch 'main' into issue/478

github.com/mglaman/phpstan-drupal - 9315cf77d9fed545f1d0a4ce0e4af59375a688f1 authored about 2 years ago by Matt Glaman <[email protected]>
fix failing lints that are not deprecations

github.com/mglaman/phpstan-drupal - d2411d69447d3db8698e3c13baff1e6820258cfe authored about 2 years ago by Matt Glaman <[email protected]>
Replace deprecated PHPStan\Type\Constant\ConstantArrayType::findTypeAndMethodName() call

github.com/mglaman/phpstan-drupal - a49db03107167ef4a88c23c14f11ce69d44e4d8e authored about 2 years ago by Dezső BICZÓ <[email protected]>
Allow `\Drupal\Core\Field\EntityReferenceFieldItemListInterface::referencedEntities` to work with generic

github.com/mglaman/phpstan-drupal - 6015539be1cfb97f9a63c3a46b6a2616753fccf6 authored about 2 years ago by dpi <[email protected]>
fix: Fix unpredictable false positive/negative of missing entity access check in function scope due to cache key conflict #475

github.com/mglaman/phpstan-drupal - 22d9ab08499c4a3420a9bd1350e061a23251f5bc authored over 2 years ago by Jason Woods <[email protected]>
Use full Drupal deprecation message for entity access checks

Starts resolving #468

github.com/mglaman/phpstan-drupal - 7d45f948389ec4a8617fd102967a1692e0883b92 authored over 2 years ago by Gábor Hojtsy <[email protected]>
Merge pull request #459 from mglaman/gh458

More specific rules for RequestStack shim

github.com/mglaman/phpstan-drupal - 480245d5d0bd1858e01c43d738718dab85be0ad2 authored over 2 years ago by Matt Glaman <[email protected]>
More specific rules for RequestStack shim

github.com/mglaman/phpstan-drupal - 2945b49155a24f483593754c9f12fefde8396eae authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #456 from mglaman/gh455

Specify T for FieldableEntityInterface stub

github.com/mglaman/phpstan-drupal - 64ff8525e4cd12869ab0b2c3c96d6a79d49d4f74 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #454 from mglaman/entity-query-access-missing-errors

Entity query access check rule improvements

github.com/mglaman/phpstan-drupal - 23defacba5a2b64e9bc84a84d741922dbcb2f527 authored over 2 years ago by Matt Glaman <[email protected]>
Specify T for FieldableEntityInterface stub

github.com/mglaman/phpstan-drupal - 7aa72da1a1fce8b5fa2793f819870b79c1055cf1 authored over 2 years ago by Matt Glaman <[email protected]>
comment out failing tests for further work

github.com/mglaman/phpstan-drupal - 10fd123f3ebdd4f51b13508ad7b87e991cb9ddfb authored over 2 years ago by Matt Glaman <[email protected]>
Add test for query with access as property

issue #437

github.com/mglaman/phpstan-drupal - 8f3abe6d9085a36e8707c6739bd9496bc6927360 authored over 2 years ago by Matt Glaman <[email protected]>
GetQueryReturnTypeExtension default return must be EntityQueryType

github.com/mglaman/phpstan-drupal - 165497aaaac9ea98a687e12c02c95f6bc91fdac6 authored over 2 years ago by Matt Glaman <[email protected]>
Add samples from Drupal core for entity query access

issue #396

github.com/mglaman/phpstan-drupal - 49bdcfa4db160aabcd5635731c716d4e13babb7c authored over 2 years ago by Matt Glaman <[email protected]>
Add data fixture from entity_reference_revisions

issue #438

github.com/mglaman/phpstan-drupal - 12397d182c7dca6400678154ed3f64a4b6281a7a authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #453 from mglaman/filterprocessresult-stub

Add generic callable check for RenderCallbackRule

github.com/mglaman/phpstan-drupal - a950fd53a797d1171f58073fccba54440a2789bf authored over 2 years ago by Matt Glaman <[email protected]>
Add generic callable check for RenderCallbackRule

Fixes #449. If the node is callable or callable-string, trust it. Fixes
analysis on FilterProces...

github.com/mglaman/phpstan-drupal - 5f9fb7bd565f236e308ea06334c1ae668b904174 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #451 from mglaman/cmf-fix

SymfonyCmfRoutingInClassMethodSignatureRule stop using isSuperOf

github.com/mglaman/phpstan-drupal - ad47ecc886433a17e928c2f47682bb237b51fdc0 authored over 2 years ago by Matt Glaman <[email protected]>
SymfonyCmfRoutingInClassMethodSignatureRule stop using isSuperOf

github.com/mglaman/phpstan-drupal - 72a57c40a019e9d7789046892a965a08b3c97105 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #450 from mglaman/update-phpstan-dev-flow

Update phpstan-dev workflow

github.com/mglaman/phpstan-drupal - 6ce70da38078ae27305080d0e3178799a7e1248a authored over 2 years ago by Matt Glaman <[email protected]>
Update phpstan-dev workflow

github.com/mglaman/phpstan-drupal - 097296089178e9cfdc8f9db3b84b23ed80d74331 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #433 from jacktonkin/generic-field-stubs

Generic FieldItemListInterface and related stubs

github.com/mglaman/phpstan-drupal - 5995dad104397f5aa81822707fcf50c1d2958170 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #446 from mglaman/gh395

Forward compatibility shim added for Symfony 5 RequestStack rule

github.com/mglaman/phpstan-drupal - 87e64fb4c8370000b4e235c6e7314e48f486662c authored over 2 years ago by Matt Glaman <[email protected]>
Add DrupalRequestStackShimInstantiationRule

github.com/mglaman/phpstan-drupal - 0d8125f4a5183059a59d12ecb049cd60069e22cb authored over 2 years ago by Matt Glaman <[email protected]>
Add DrupalRequestStackShimInClassMethodRule rule

github.com/mglaman/phpstan-drupal - 44627776b15451fd54f74519f90f065fd93e96ec authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #445 from mglaman/gh440

Add SymfonyCmfRouteObjectInterfaceConstantsRule

github.com/mglaman/phpstan-drupal - a0afcb013ddf8916559ba57133873d7732f67f22 authored over 2 years ago by Matt Glaman <[email protected]>
Add SymfonyCmfRoutingInClassMethodSignatureRule

github.com/mglaman/phpstan-drupal - 421249f1adeaba51971ac8d57278a75f1e836a9c authored over 2 years ago by Matt Glaman <[email protected]>
Restrict assertions for SymfonyCmfRouteObjectInterfaceConstantsRuleTest

github.com/mglaman/phpstan-drupal - 78d8fa5de5746a244651a8a797b91617e2083510 authored over 2 years ago by Matt Glaman <[email protected]>
Add SymfonyCmfRouteObjectInterfaceConstantsRule

github.com/mglaman/phpstan-drupal - ecff639b113d529e1dc1ee813f86b269a2fffe06 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #436 from longwave/static-class-concatenation

Allow static::class . '::methodName' concatenation in lazy builders.

github.com/mglaman/phpstan-drupal - c92208463c9389291e31933484506ec718dbf944 authored over 2 years ago by Matt Glaman <[email protected]>
properly set static type in constant array for callable

github.com/mglaman/phpstan-drupal - 12af3f1b61867c1843987c2e9506b31337ee6ae4 authored over 2 years ago by Matt Glaman <[email protected]>
update results of bug-424

github.com/mglaman/phpstan-drupal - e873b34122cb59b02cc25f624abceb7f6c4251e5 authored over 2 years ago by Matt Glaman <[email protected]>
Clear errors from fixed test cases.

github.com/mglaman/phpstan-drupal - c4ac3c5168b3841b8df3c7817b3aa6197e1711b9 authored over 2 years ago by Dave Long <[email protected]>
Allow static::class . '::methodName' concatenation in lazy builders.

github.com/mglaman/phpstan-drupal - 7b57ce23ac75d54694a55c2ddb0dc60421683270 authored over 2 years ago by Dave Long <[email protected]>
adjust test results after sub improvements

github.com/mglaman/phpstan-drupal - 76027d6af6f17c9e007603834552422cefe0f484 authored over 2 years ago by Matt Glaman <[email protected]>
TraversibleTypedData is keyed by integer or string

github.com/mglaman/phpstan-drupal - f29714ce036c0f9536e1c4442d5f43d714f5230a authored over 2 years ago by Jack Tonkin <[email protected]>
Generic TraversibleTypedDataInterface and children

- TraversibleTypedDataInterface generic in index/property name and value
- ListInterface has int...

github.com/mglaman/phpstan-drupal - 4a8130eb7284f8bb0e3fb7bcc7abfd26e4e572fe authored over 2 years ago by Jack Tonkin <[email protected]>
Make EntityReferenceItem generic

- Allows to specify the type of entity referenced
- EntityReferenceFieldItemListInterface always...

github.com/mglaman/phpstan-drupal - 93e1184b6113ea38f9833c1f1e52b16459a54dd1 authored over 2 years ago by Jack Tonkin <[email protected]>
FileItems are references to files

github.com/mglaman/phpstan-drupal - 3171a52815bc2aa571874326ece1cf060e295160 authored over 2 years ago by Jack Tonkin <[email protected]>
Stub FieldableEntityInterface::get()

github.com/mglaman/phpstan-drupal - 494435f4a924bdeacb9c48bd1a495a3ba36797fb authored over 2 years ago by Jack Tonkin <[email protected]>
Stub get() and first() on ListInterface

- Both return the template type or NULL

github.com/mglaman/phpstan-drupal - 73863567f0f21b399c0410465d4d4c94c10c3d1a authored over 2 years ago by Jack Tonkin <[email protected]>
$target_id can be NULL

github.com/mglaman/phpstan-drupal - e016580a814d0675edd960a588287b5d3e5f3756 authored over 2 years ago by Jack Tonkin <[email protected]>
Move classes in Drupal\Core\Field

github.com/mglaman/phpstan-drupal - 3e9e574498f1e85e221616f1332f03fad0f70d6e authored over 2 years ago by Jack Tonkin <[email protected]>
Merge pull request #444 from mglaman/fix-composer-allow-plugins

fix composer allow-plugins in CI

github.com/mglaman/phpstan-drupal - 77247692ee3984989c125b3935ae49556ec45a14 authored over 2 years ago by Matt Glaman <[email protected]>
bump setup-drupal in other workflow

github.com/mglaman/phpstan-drupal - 860881f64ef97f691e312da6908a0116ba4e40a4 authored over 2 years ago by Matt Glaman <[email protected]>
fix scanning of removed test

github.com/mglaman/phpstan-drupal - f981f5f5410ce59c4a3a42bf5ea37b4d80d4f68f authored over 2 years ago by Matt Glaman <[email protected]>
bump setup-drupal

github.com/mglaman/phpstan-drupal - ba5253d45204619929daa26d445469ebf7963714 authored over 2 years ago by Matt Glaman <[email protected]>
fix composer allow-plugins in CI

github.com/mglaman/phpstan-drupal - aa9919491f1b0bc092ba5078185c6c39d4b85a5c authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #426 from mglaman/gh424

Test #lazy_builder and static::class concat for callback

github.com/mglaman/phpstan-drupal - 50c28c491c79e6cc2701f9877b4d8f2b10597e54 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #434 from laytan/support-class-string-service-ids

add support for class string service ids

github.com/mglaman/phpstan-drupal - 4de76b284d4001e04923a4a37fef881f21f93ca5 authored over 2 years ago by Matt Glaman <[email protected]>
Merge pull request #442 from skilld-labs/441-type

Fix preg_match() usage when looking for extension type

github.com/mglaman/phpstan-drupal - 8acaa1e4a15b266cfbd404c6fcb4e1be398f05f8 authored over 2 years ago by Matt Glaman <[email protected]>
Fix preg_match() usage when looking for extension type

https://www.php.net/manual/en/splfileobject.fgets.php may return False

github.com/mglaman/phpstan-drupal - 9c049f7ecc35e4c16c1ef717e5f07f17ebdc50dd authored over 2 years ago by Andy Postnikov <[email protected]>
Merge branch 'main' of https://github.com/mglaman/phpstan-drupal into support-class-string-service-ids

github.com/mglaman/phpstan-drupal - ebb658d403c5b2e03a9dfb5f7ac54d7699a41298 authored over 2 years ago by Laytan Laats <[email protected]>