Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mglaman/phpstan-drupal
Extension for PHPStan to allow analysis of Drupal code.
https://github.com/mglaman/phpstan-drupal
getAggregateQuery() entity query access check false report
mstenta opened this issue over 2 years ago
mstenta opened this issue over 2 years ago
Improve argument checks to constructor with `new static()`
KalleVuorjoki opened this issue over 2 years ago
KalleVuorjoki opened this issue over 2 years ago
Update EntityQueryWithoutAccessRule rule message to use full Drupal message
goba opened this pull request over 2 years ago
goba opened this pull request over 2 years ago
PHPStan Drupal rules should emit messages consistent with the runtime deprecation message
goba opened this issue over 2 years ago
goba opened this issue over 2 years ago
Symfony constraints and unknown properties
DonRichards opened this issue over 2 years ago
DonRichards opened this issue over 2 years ago
Service arguments are not verified against class __construct()
brad8506 opened this issue over 2 years ago
brad8506 opened this issue over 2 years ago
How to handle type inferencing for $entity->get('field_ref')->entity?
mrweiner opened this issue over 2 years ago
mrweiner opened this issue over 2 years ago
Detect `public static $modules` when it should be `protected static $modules` in tests
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Support checking method_exists for backward compatibility support
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Unable to detect #pre_render callback with dynamic class
plopesc opened this issue over 2 years ago
plopesc opened this issue over 2 years ago
Add check for "Manually created services must specify public or private"
mxr576 opened this issue over 2 years ago
mxr576 opened this issue over 2 years ago
False positives on AddressDefaultWidgetTest::assertOptionSelected
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
EntityInterface::toLink() expects string|null, Drupal\Core\StringTranslation\TranslatableMarkup|string|null given
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Add service-id-string type
mglaman opened this pull request over 2 years ago
mglaman opened this pull request over 2 years ago
DrushStyle warnings with Drush 11
neclimdul opened this issue over 2 years ago
neclimdul opened this issue over 2 years ago
Add workflow to scan Drupal core
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Drupal's EventDisapatcher is incompatible with Symfony; throws error
agentrickard opened this issue over 2 years ago
agentrickard opened this issue over 2 years ago
Explicit allowed class checks for #lazy_builder
mglaman opened this pull request over 2 years ago
mglaman opened this pull request over 2 years ago
Replace classResolver extension for generics
mglaman opened this pull request over 2 years ago
mglaman opened this pull request over 2 years ago
Provide `service-id-string` for service ID parameters
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
accessCheck https://www.drupal.org/node/3201242 missed compared to 1.1.15
bryanmanalo opened this issue over 2 years ago
bryanmanalo opened this issue over 2 years ago
Service resolution returns incorrect interface for keyvalue.expirable
cmlara opened this issue over 2 years ago
cmlara opened this issue over 2 years ago
#date_time_callbacks and #date_date_callbacks must implement TrustedCallbackInterface
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Add Drush command for configuring PHPStan
mglaman opened this pull request over 2 years ago
mglaman opened this pull request over 2 years ago
EntityQueryDynamicReturnTypeExtension: use `while` on chained methods in `execute`
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Provide a way to disable rules via flags
mglaman opened this issue over 2 years ago
mglaman opened this issue over 2 years ago
Islam#368
islam-m-ahmed opened this pull request over 2 years ago
islam-m-ahmed opened this pull request over 2 years ago
add file type stub islam#369
islam-m-ahmed opened this pull request over 2 years ago
islam-m-ahmed opened this pull request over 2 years ago
resolveFromStorage does not respect default phpDoc for generic storage interface
mglaman opened this pull request over 2 years ago
mglaman opened this pull request over 2 years ago
datetime_range.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
language.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
user.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
telephone.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
path.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
datetime.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
comment.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
image.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
options.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
text.module field type stubs
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
\mglaman\PHPStanDrupal\Drupal\EntityData should return generic interfaces not nulls
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
Type from FieldItemListInterface iterator odd behaviour
dpi opened this issue almost 3 years ago
dpi opened this issue almost 3 years ago
PluginManagerSetsCacheBackendRule false positive
neclimdul opened this issue almost 3 years ago
neclimdul opened this issue almost 3 years ago
Rule for generic entity access check conversions
catch56 opened this issue almost 3 years ago
catch56 opened this issue almost 3 years ago
Rule for RevisionLogEntityTrait::getRevisionMetadataKey()
catch56 opened this issue almost 3 years ago
catch56 opened this issue almost 3 years ago
Detect deprecated _entity_bundles route requirement
catch56 opened this issue almost 3 years ago
catch56 opened this issue almost 3 years ago
Provide parameter type inspection for entity hooks
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
Provide parameter type inspection for form alter hooks
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
BrowserTestBaseDefaultThemeRule namespace check
mglaman opened this pull request almost 3 years ago
mglaman opened this pull request almost 3 years ago
Performance improvements
mglaman opened this issue almost 3 years ago
mglaman opened this issue almost 3 years ago
Exclude InstallerExistingConfigTestBase from $defaultTheme rule
mglaman opened this pull request almost 3 years ago
mglaman opened this pull request almost 3 years ago
Fix #lazy_builder callback analysis and static::class concatenation warning
mglaman opened this pull request almost 3 years ago
mglaman opened this pull request almost 3 years ago
Add tips to the extends internal class rule errors
mglaman opened this pull request about 3 years ago
mglaman opened this pull request about 3 years ago
Add documentation for contrib entity mapping
mglaman opened this pull request about 3 years ago
mglaman opened this pull request about 3 years ago
Add test for setting an empty field's first item to null
mglaman opened this pull request about 3 years ago
mglaman opened this pull request about 3 years ago
Allow defining bundle entity classes in the entityMapping
heddn opened this issue about 3 years ago
heddn opened this issue about 3 years ago
Stubs for CacheBackendInterface
mglaman opened this issue about 3 years ago
mglaman opened this issue about 3 years ago
Report errors if classes with dependency serialization trait have private properties
mglaman opened this issue about 3 years ago
mglaman opened this issue about 3 years ago
Erroneous “return statement is missing”
Beakerboy opened this issue about 3 years ago
Beakerboy opened this issue about 3 years ago
🥳 PHPStan 1.0
mglaman opened this pull request about 3 years ago
mglaman opened this pull request about 3 years ago
Detect when Form API #ajax callback is invoked statically but the method is not static
mglaman opened this issue about 3 years ago
mglaman opened this issue about 3 years ago
Throw an error on service names that are invoked but missing
mglaman opened this issue about 3 years ago
mglaman opened this issue about 3 years ago
Try to optimize DrupalAutoloader
mglaman opened this pull request over 3 years ago
mglaman opened this pull request over 3 years ago
PluginManagerSetsCacheBackendRule and $misnamedCacheTagWarnings over-grabby?
bronius opened this issue over 3 years ago
bronius opened this issue over 3 years ago
Run phpcs and phpstan on their own job
mglaman opened this issue over 3 years ago
mglaman opened this issue over 3 years ago
fix #147 Magic properties for FieldItemListInterface not detected
wallon-ines opened this pull request over 3 years ago
wallon-ines opened this pull request over 3 years ago
Dynamic file load support using the module handler in a one-line static-call does not work
SpadXIII opened this issue over 3 years ago
SpadXIII opened this issue over 3 years ago
Copy contrib project test job created for drupal-check
mglaman opened this issue almost 4 years ago
mglaman opened this issue almost 4 years ago
Magic properties for FieldItemListInterface not detected
kasperg opened this issue about 4 years ago
kasperg opened this issue about 4 years ago
Flag deprecated hook usages as errors
mglaman opened this pull request over 4 years ago
mglaman opened this pull request over 4 years ago
Ignore return type hints for Drupal hooks
markhalliwell opened this issue over 4 years ago
markhalliwell opened this issue over 4 years ago
Deprecated hooks not flagged
benk-cogapp opened this issue over 4 years ago
benk-cogapp opened this issue over 4 years ago
PluginManagerInspectionRule reporting incorrectly
mglaman opened this issue over 4 years ago
mglaman opened this issue over 4 years ago
Extensions in sites/<site-dir>/modules not discovered and autoloaded
aweingarten opened this issue almost 5 years ago
aweingarten opened this issue almost 5 years ago
Provide more info on the "Plugin definitions cannot be altered" error
alberto56 opened this issue almost 5 years ago
alberto56 opened this issue almost 5 years ago
Add debug to find failures for test_upgrade_status
mglaman opened this pull request about 5 years ago
mglaman opened this pull request about 5 years ago
Exclude build directory from discovery
mxr576 opened this pull request over 5 years ago
mxr576 opened this pull request over 5 years ago
Upstream: Extension System, Part IV: Properly register all installed extensions/namespaces in container
mglaman opened this issue over 5 years ago
mglaman opened this issue over 5 years ago
\Drupal\Core\Config\ExtensionInstallStorage::__construct should be triggering deprecations.
mglaman opened this issue almost 6 years ago
mglaman opened this issue almost 6 years ago
Provide some way to disable rules provided
mglaman opened this issue almost 6 years ago
mglaman opened this issue almost 6 years ago