phpstan-drupal icon indicating copy to clipboard operation
phpstan-drupal copied to clipboard

user.module field type stubs

Open mglaman opened this issue 3 years ago • 0 comments

Part of https://github.com/mglaman/phpstan-drupal/issues/359. See PHPStan documentation on Stub Files.

Create stub files for the following field types in a stubs/Drupal/user directory:

  • \Drupal\user\StatusItem
  • \Drupal\user\TimeZoneItem
  • \Drupal\user\UserNameItem

These do not need @phpdoc changes since they do not add additional properties beyond their base field type classes.

Add test cases to https://github.com/mglaman/phpstan-drupal/blob/main/tests/src/Type/data/field-types.php.

mglaman avatar Mar 12 '22 16:03 mglaman