diff --git a/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php b/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php index 50a10cd..620787b 100644 --- a/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php +++ b/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php @@ -13,7 +13,7 @@ class LanguagesCacheContext implements CalculatedCacheContextInterface { /** * The language manager. * - * @var \Drupal\Core\Language\LanguageManagerInterface $language_manager + * @var \Drupal\Core\Language\LanguageManagerInterface */ protected $languageManager; diff --git a/core/lib/Drupal/Core/Entity/EntityViewBuilder.php b/core/lib/Drupal/Core/Entity/EntityViewBuilder.php index e807463..c907bbc 100644 --- a/core/lib/Drupal/Core/Entity/EntityViewBuilder.php +++ b/core/lib/Drupal/Core/Entity/EntityViewBuilder.php @@ -52,7 +52,7 @@ class EntityViewBuilder extends EntityHandlerBase implements EntityHandlerInterf /** * The language manager. * - * @var \Drupal\Core\Language\LanguageManagerInterface $language_manager + * @var \Drupal\Core\Language\LanguageManagerInterface */ protected $languageManager; diff --git a/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php b/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php index 6f04250..8adf252 100644 --- a/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php +++ b/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php @@ -78,7 +78,7 @@ public static function defaultSettings() { protected $entityFormBuilder; /** - * @var \Drupal\Core\Routing\RouteMatchInterface $routeMatch + * @var \Drupal\Core\Routing\RouteMatchInterface */ protected $routeMatch; diff --git a/core/modules/comment/src/Plugin/views/wizard/Comment.php b/core/modules/comment/src/Plugin/views/wizard/Comment.php index a0e272e..2f12460 100644 --- a/core/modules/comment/src/Plugin/views/wizard/Comment.php +++ b/core/modules/comment/src/Plugin/views/wizard/Comment.php @@ -21,13 +21,14 @@ class Comment extends WizardPluginBase { /** * Set the created column. + * * @var string */ protected $createdColumn = 'created'; /** * Set default values for the filters. - * + * * @var array */ protected $filters = [ diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationController.php b/core/modules/config_translation/src/Controller/ConfigTranslationController.php index fd458b6..a8c426a 100644 --- a/core/modules/config_translation/src/Controller/ConfigTranslationController.php +++ b/core/modules/config_translation/src/Controller/ConfigTranslationController.php @@ -62,7 +62,7 @@ class ConfigTranslationController extends ControllerBase { /** * The language manager. * - * @var \Drupal\Core\Language\LanguageManagerInterface $language_manager + * @var \Drupal\Core\Language\LanguageManagerInterface */ protected $languageManager; diff --git a/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php b/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php index b27c017..05d8334 100644 --- a/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php +++ b/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php @@ -15,7 +15,7 @@ class MigrationPluginManagerTest extends UnitTestCase { /** * A plugin manager. * - * @var \Drupal\migrate\Plugin\MigrationPluginManager $pluginManager + * @var \Drupal\migrate\Plugin\MigrationPluginManager */ protected $pluginManager; diff --git a/core/modules/node/src/Plugin/views/wizard/NodeRevision.php b/core/modules/node/src/Plugin/views/wizard/NodeRevision.php index 0de6eec..d7088eb 100644 --- a/core/modules/node/src/Plugin/views/wizard/NodeRevision.php +++ b/core/modules/node/src/Plugin/views/wizard/NodeRevision.php @@ -21,7 +21,7 @@ class NodeRevision extends WizardPluginBase { /** * Set the created column. - * + * * @var string */ protected $createdColumn = 'changed'; diff --git a/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php b/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php index 8db208a..e4a8974 100644 --- a/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php +++ b/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php @@ -5,7 +5,6 @@ use Drupal\Core\Render\RendererInterface; use Drupal\Core\Url; use Drupal\Core\Routing\RouteMatchInterface; -use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\HttpKernel\Event\GetResponseEvent; use Symfony\Component\EventDispatcher\EventSubscriberInterface; diff --git a/core/modules/user/src/Plugin/views/wizard/Users.php b/core/modules/user/src/Plugin/views/wizard/Users.php index 8160c51..cd12c80 100644 --- a/core/modules/user/src/Plugin/views/wizard/Users.php +++ b/core/modules/user/src/Plugin/views/wizard/Users.php @@ -21,14 +21,14 @@ class Users extends WizardPluginBase { /** * Set the created column. - * + * * @var string */ protected $createdColumn = 'created'; /** * Set default values for the filters. - * + * * @var array */ protected $filters = [ diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index 5b07e1e..29c44f1 100644 --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -63,6 +63,15 @@ + + + + + + + + +