Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
0d6d22af
Unverified
Commit
0d6d22af
authored
May 15, 2018
by
larowlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2926120
by idebr, zaporylie, borisson_: @var tag must not end with a full stop
parent
251c9962
Changes
63
Show whitespace changes
Inline
Side-by-side
Showing
63 changed files
with
68 additions
and
66 deletions
+68
-66
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
...mponent/EventDispatcher/ContainerAwareEventDispatcher.php
+1
-1
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
+1
-1
core/lib/Drupal/Core/Controller/HtmlFormController.php
core/lib/Drupal/Core/Controller/HtmlFormController.php
+1
-1
core/lib/Drupal/Core/Form/EnforcedResponse.php
core/lib/Drupal/Core/Form/EnforcedResponse.php
+1
-1
core/lib/Drupal/Core/Path/AliasManager.php
core/lib/Drupal/Core/Path/AliasManager.php
+1
-1
core/lib/Drupal/Core/Routing/AccessAwareRouter.php
core/lib/Drupal/Core/Routing/AccessAwareRouter.php
+1
-1
core/lib/Drupal/Core/Session/UserSession.php
core/lib/Drupal/Core/Session/UserSession.php
+1
-1
core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
...ules/automated_cron/src/EventSubscriber/AutomatedCron.php
+1
-1
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
+1
-1
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
...ules/block_content/src/Plugin/Block/BlockContentBlock.php
+2
-2
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
+1
-1
core/modules/comment/src/CommentForm.php
core/modules/comment/src/CommentForm.php
+1
-1
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
...modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
+1
-1
core/modules/config/src/Form/ConfigSingleImportForm.php
core/modules/config/src/Form/ConfigSingleImportForm.php
+1
-1
core/modules/config/src/Form/ConfigSync.php
core/modules/config/src/Form/ConfigSync.php
+1
-1
core/modules/contact/src/Access/ContactPageAccess.php
core/modules/contact/src/Access/ContactPageAccess.php
+1
-1
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
...tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
+1
-1
core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php
...ules/editor/tests/src/Kernel/QuickEditIntegrationTest.php
+1
-1
core/modules/field/tests/src/Functional/FieldHelpTest.php
core/modules/field/tests/src/Functional/FieldHelpTest.php
+1
-1
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
...ules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
+1
-1
core/modules/hal/src/LinkManager/RelationLinkManager.php
core/modules/hal/src/LinkManager/RelationLinkManager.php
+1
-1
core/modules/hal/src/LinkManager/TypeLinkManager.php
core/modules/hal/src/LinkManager/TypeLinkManager.php
+1
-1
core/modules/help/tests/src/Functional/HelpTest.php
core/modules/help/tests/src/Functional/HelpTest.php
+1
-1
core/modules/help/tests/src/Functional/NoHelpTest.php
core/modules/help/tests/src/Functional/NoHelpTest.php
+1
-1
core/modules/history/tests/src/Functional/HistoryTest.php
core/modules/history/tests/src/Functional/HistoryTest.php
+2
-2
core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php
...anguage/src/EventSubscriber/LanguageRequestSubscriber.php
+1
-1
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
...tests/src/Functional/LanguageSelectorTranslatableTest.php
+1
-1
core/modules/locale/src/LocaleConfigManager.php
core/modules/locale/src/LocaleConfigManager.php
+1
-1
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
...es/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
+1
-1
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
...grate/src/Plugin/migrate/destination/EntityConfigBase.php
+1
-1
core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php
...dules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php
+1
-1
core/modules/migrate/tests/src/Unit/MigrateTestCase.php
core/modules/migrate/tests/src/Unit/MigrateTestCase.php
+1
-1
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
...migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
+1
-1
core/modules/node/tests/src/Functional/NodeAccessLanguageAwareCombinationTest.php
...src/Functional/NodeAccessLanguageAwareCombinationTest.php
+2
-2
core/modules/node/tests/src/Functional/NodeHelpTest.php
core/modules/node/tests/src/Functional/NodeHelpTest.php
+1
-1
core/modules/page_cache/src/StackMiddleware/PageCache.php
core/modules/page_cache/src/StackMiddleware/PageCache.php
+1
-1
core/modules/quickedit/src/EditorSelector.php
core/modules/quickedit/src/EditorSelector.php
+1
-1
core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
...ules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
+1
-1
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
...erialization/tests/src/Kernel/EntitySerializationTest.php
+1
-1
core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
...alization/tests/src/Kernel/FieldItemSerializationTest.php
+1
-1
core/modules/simpletest/src/KernelTestBase.php
core/modules/simpletest/src/KernelTestBase.php
+1
-1
core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
...s/statistics/tests/src/Functional/StatisticsAdminTest.php
+1
-1
core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
...statistics/tests/src/Functional/StatisticsLoggingTest.php
+1
-1
core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
...ules/system/src/Tests/System/SystemConfigFormTestBase.php
+1
-1
core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php
...modules/error_test/src/Controller/ErrorTestController.php
+1
-1
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
...rnel/Entity/EntityReferenceSelectionReferenceableTest.php
+1
-1
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
...odules/taxonomy/src/Plugin/views/argument_default/Tid.php
+1
-1
core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
...ules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
+1
-1
core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php
...dules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php
+1
-1
core/modules/taxonomy/src/VocabularyForm.php
core/modules/taxonomy/src/VocabularyForm.php
+1
-1
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
...omy/tests/src/Functional/TaxonomyTranslationTestTrait.php
+1
-1
core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
...modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
+1
-1
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
...ws/src/Plugin/EntityReferenceSelection/ViewsSelection.php
+1
-1
core/modules/views/src/Plugin/views/field/MachineName.php
core/modules/views/src/Plugin/views/field/MachineName.php
+3
-1
core/tests/Drupal/KernelTests/ConfigFormTestBase.php
core/tests/Drupal/KernelTests/ConfigFormTestBase.php
+1
-1
core/tests/Drupal/KernelTests/TestServiceProvider.php
core/tests/Drupal/KernelTests/TestServiceProvider.php
+1
-1
core/tests/Drupal/Tests/BrowserTestBase.php
core/tests/Drupal/Tests/BrowserTestBase.php
+1
-1
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
.../Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
+1
-1
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
...Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
+1
-1
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
+1
-1
core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
+1
-1
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
...sts/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
+1
-1
core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php
core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php
+1
-1
No files found.
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
View file @
0d6d22af
...
@@ -36,7 +36,7 @@ class ContainerAwareEventDispatcher implements EventDispatcherInterface {
...
@@ -36,7 +36,7 @@ class ContainerAwareEventDispatcher implements EventDispatcherInterface {
/**
/**
* The service container.
* The service container.
*
*
* @var \Symfony\Component\DependencyInjection\ContainerInterface
;
* @var \Symfony\Component\DependencyInjection\ContainerInterface
*/
*/
protected
$container
;
protected
$container
;
...
...
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
View file @
0d6d22af
...
@@ -28,7 +28,7 @@ class QueryFactory implements QueryFactoryInterface, EventSubscriberInterface {
...
@@ -28,7 +28,7 @@ class QueryFactory implements QueryFactoryInterface, EventSubscriberInterface {
/**
/**
* The config factory used by the config entity query.
* The config factory used by the config entity query.
*
*
* @var \Drupal\Core\Config\ConfigFactoryInterface
;
* @var \Drupal\Core\Config\ConfigFactoryInterface
*/
*/
protected
$configFactory
;
protected
$configFactory
;
...
...
core/lib/Drupal/Core/Controller/HtmlFormController.php
View file @
0d6d22af
...
@@ -15,7 +15,7 @@ class HtmlFormController extends FormController {
...
@@ -15,7 +15,7 @@ class HtmlFormController extends FormController {
/**
/**
* The class resolver.
* The class resolver.
*
*
* @var \Drupal\Core\DependencyInjection\ClassResolverInterface
;
* @var \Drupal\Core\DependencyInjection\ClassResolverInterface
*/
*/
protected
$classResolver
;
protected
$classResolver
;
...
...
core/lib/Drupal/Core/Form/EnforcedResponse.php
View file @
0d6d22af
...
@@ -23,7 +23,7 @@ class EnforcedResponse extends Response {
...
@@ -23,7 +23,7 @@ class EnforcedResponse extends Response {
/**
/**
* The wrapped response object.
* The wrapped response object.
*
*
* @var \Symfony\Component\HttpFoundation\Response
;
* @var \Symfony\Component\HttpFoundation\Response
*/
*/
protected
$response
;
protected
$response
;
...
...
core/lib/Drupal/Core/Path/AliasManager.php
View file @
0d6d22af
...
@@ -22,7 +22,7 @@ class AliasManager implements AliasManagerInterface, CacheDecoratorInterface {
...
@@ -22,7 +22,7 @@ class AliasManager implements AliasManagerInterface, CacheDecoratorInterface {
/**
/**
* Cache backend service.
* Cache backend service.
*
*
* @var \Drupal\Core\Cache\CacheBackendInterface
;
* @var \Drupal\Core\Cache\CacheBackendInterface
*/
*/
protected
$cache
;
protected
$cache
;
...
...
core/lib/Drupal/Core/Routing/AccessAwareRouter.php
View file @
0d6d22af
...
@@ -34,7 +34,7 @@ class AccessAwareRouter implements AccessAwareRouterInterface {
...
@@ -34,7 +34,7 @@ class AccessAwareRouter implements AccessAwareRouterInterface {
/**
/**
* The account to use in access checks.
* The account to use in access checks.
*
*
* @var \Drupal\Core\Session\AccountInterface
;
* @var \Drupal\Core\Session\AccountInterface
*/
*/
protected
$account
;
protected
$account
;
...
...
core/lib/Drupal/Core/Session/UserSession.php
View file @
0d6d22af
...
@@ -28,7 +28,7 @@ class UserSession implements AccountInterface {
...
@@ -28,7 +28,7 @@ class UserSession implements AccountInterface {
/**
/**
* The Unix timestamp when the user last accessed the site.
* The Unix timestamp when the user last accessed the site.
*
*
* @var string
.
* @var string
*/
*/
protected
$access
;
protected
$access
;
...
...
core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
View file @
0d6d22af
...
@@ -31,7 +31,7 @@ class AutomatedCron implements EventSubscriberInterface {
...
@@ -31,7 +31,7 @@ class AutomatedCron implements EventSubscriberInterface {
/**
/**
* The state key value store.
* The state key value store.
*
*
* @var \Drupal\Core\State\StateInterface
;
* @var \Drupal\Core\State\StateInterface
*/
*/
protected
$state
;
protected
$state
;
...
...
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
View file @
0d6d22af
...
@@ -26,7 +26,7 @@ class BlockStorageUnitTest extends KernelTestBase {
...
@@ -26,7 +26,7 @@ class BlockStorageUnitTest extends KernelTestBase {
/**
/**
* The block storage.
* The block storage.
*
*
* @var \Drupal\Core\Config\Entity\ConfigEntityStorageInterface
.
* @var \Drupal\Core\Config\Entity\ConfigEntityStorageInterface
*/
*/
protected
$controller
;
protected
$controller
;
...
...
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
View file @
0d6d22af
...
@@ -29,7 +29,7 @@ class BlockContentBlock extends BlockBase implements ContainerFactoryPluginInter
...
@@ -29,7 +29,7 @@ class BlockContentBlock extends BlockBase implements ContainerFactoryPluginInter
/**
/**
* The Plugin Block Manager.
* The Plugin Block Manager.
*
*
* @var \Drupal\Core\Block\BlockManagerInterface
.
* @var \Drupal\Core\Block\BlockManagerInterface
*/
*/
protected
$blockManager
;
protected
$blockManager
;
...
@@ -43,7 +43,7 @@ class BlockContentBlock extends BlockBase implements ContainerFactoryPluginInter
...
@@ -43,7 +43,7 @@ class BlockContentBlock extends BlockBase implements ContainerFactoryPluginInter
/**
/**
* The Drupal account to use for checking for access to block.
* The Drupal account to use for checking for access to block.
*
*
* @var \Drupal\Core\Session\AccountInterface
.
* @var \Drupal\Core\Session\AccountInterface
*/
*/
protected
$account
;
protected
$account
;
...
...
core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
View file @
0d6d22af
...
@@ -24,7 +24,7 @@ class CKEditorTest extends KernelTestBase {
...
@@ -24,7 +24,7 @@ class CKEditorTest extends KernelTestBase {
/**
/**
* An instance of the "CKEditor" text editor plugin.
* An instance of the "CKEditor" text editor plugin.
*
*
* @var \Drupal\ckeditor\Plugin\Editor\CKEditor
;
* @var \Drupal\ckeditor\Plugin\Editor\CKEditor
*/
*/
protected
$ckeditor
;
protected
$ckeditor
;
...
...
core/modules/comment/src/CommentForm.php
View file @
0d6d22af
...
@@ -41,7 +41,7 @@ class CommentForm extends ContentEntityForm {
...
@@ -41,7 +41,7 @@ class CommentForm extends ContentEntityForm {
/**
/**
* The entity field manager.
* The entity field manager.
*
*
* @var \Drupal\Core\Entity\EntityFieldManagerInterface
;
* @var \Drupal\Core\Entity\EntityFieldManagerInterface
*/
*/
protected
$entityFieldManager
;
protected
$entityFieldManager
;
...
...
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
View file @
0d6d22af
...
@@ -60,7 +60,7 @@ class CommentLinkBuilderTest extends UnitTestCase {
...
@@ -60,7 +60,7 @@ class CommentLinkBuilderTest extends UnitTestCase {
protected
$timestamp
;
protected
$timestamp
;
/**
/**
* @var \Drupal\comment\CommentLinkBuilderInterface
;
* @var \Drupal\comment\CommentLinkBuilderInterface
*/
*/
protected
$commentLinkBuilder
;
protected
$commentLinkBuilder
;
...
...
core/modules/config/src/Form/ConfigSingleImportForm.php
View file @
0d6d22af
...
@@ -62,7 +62,7 @@ class ConfigSingleImportForm extends ConfirmFormBase {
...
@@ -62,7 +62,7 @@ class ConfigSingleImportForm extends ConfirmFormBase {
/**
/**
* The configuration manager.
* The configuration manager.
*
*
* @var \Drupal\Core\Config\ConfigManagerInterface
;
* @var \Drupal\Core\Config\ConfigManagerInterface
*/
*/
protected
$configManager
;
protected
$configManager
;
...
...
core/modules/config/src/Form/ConfigSync.php
View file @
0d6d22af
...
@@ -64,7 +64,7 @@ class ConfigSync extends FormBase {
...
@@ -64,7 +64,7 @@ class ConfigSync extends FormBase {
/**
/**
* The configuration manager.
* The configuration manager.
*
*
* @var \Drupal\Core\Config\ConfigManagerInterface
;
* @var \Drupal\Core\Config\ConfigManagerInterface
*/
*/
protected
$configManager
;
protected
$configManager
;
...
...
core/modules/contact/src/Access/ContactPageAccess.php
View file @
0d6d22af
...
@@ -24,7 +24,7 @@ class ContactPageAccess implements AccessInterface {
...
@@ -24,7 +24,7 @@ class ContactPageAccess implements AccessInterface {
/**
/**
* The user data service.
* The user data service.
*
*
* @var \Drupal\user\UserDataInterface
;
* @var \Drupal\user\UserDataInterface
*/
*/
protected
$userData
;
protected
$userData
;
...
...
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
View file @
0d6d22af
...
@@ -17,7 +17,7 @@ class ContentModerationWorkflowTypeApiTest extends KernelTestBase {
...
@@ -17,7 +17,7 @@ class ContentModerationWorkflowTypeApiTest extends KernelTestBase {
/**
/**
* A workflow for testing.
* A workflow for testing.
*
*
* @var \Drupal\workflows\Entity\Workflow
;
* @var \Drupal\workflows\Entity\Workflow
*/
*/
protected
$workflow
;
protected
$workflow
;
...
...
core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php
View file @
0d6d22af
...
@@ -38,7 +38,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase {
...
@@ -38,7 +38,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase {
/**
/**
* The metadata generator object to be tested.
* The metadata generator object to be tested.
*
*
* @var \Drupal\quickedit\MetadataGeneratorInterface
.php
* @var \Drupal\quickedit\MetadataGeneratorInterface
*/
*/
protected
$metadataGenerator
;
protected
$metadataGenerator
;
...
...
core/modules/field/tests/src/Functional/FieldHelpTest.php
View file @
0d6d22af
...
@@ -14,7 +14,7 @@ class FieldHelpTest extends BrowserTestBase {
...
@@ -14,7 +14,7 @@ class FieldHelpTest extends BrowserTestBase {
/**
/**
* Modules to enable.
* Modules to enable.
*
*
* @var array
.
* @var array
*/
*/
public
static
$modules
=
[
'field'
,
'help'
];
public
static
$modules
=
[
'field'
,
'help'
];
...
...
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
View file @
0d6d22af
...
@@ -15,7 +15,7 @@ class ConfigFieldDefinitionTest extends FieldKernelTestBase {
...
@@ -15,7 +15,7 @@ class ConfigFieldDefinitionTest extends FieldKernelTestBase {
/**
/**
* The entity manager service.
* The entity manager service.
*
*
* @var \Drupal\Core\Entity\EntityManagerInterface
;
* @var \Drupal\Core\Entity\EntityManagerInterface
*/
*/
protected
$entityManager
;
protected
$entityManager
;
...
...
core/modules/hal/src/LinkManager/RelationLinkManager.php
View file @
0d6d22af
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
class
RelationLinkManager
extends
LinkManagerBase
implements
RelationLinkManagerInterface
{
class
RelationLinkManager
extends
LinkManagerBase
implements
RelationLinkManagerInterface
{
/**
/**
* @var \Drupal\Core\Cache\CacheBackendInterface
;
* @var \Drupal\Core\Cache\CacheBackendInterface
*/
*/
protected
$cache
;
protected
$cache
;
...
...
core/modules/hal/src/LinkManager/TypeLinkManager.php
View file @
0d6d22af
...
@@ -14,7 +14,7 @@ class TypeLinkManager extends LinkManagerBase implements TypeLinkManagerInterfac
...
@@ -14,7 +14,7 @@ class TypeLinkManager extends LinkManagerBase implements TypeLinkManagerInterfac
/**
/**
* Injected cache backend.
* Injected cache backend.
*
*
* @var \Drupal\Core\Cache\CacheBackendInterface
;
* @var \Drupal\Core\Cache\CacheBackendInterface
*/
*/
protected
$cache
;
protected
$cache
;
...
...
core/modules/help/tests/src/Functional/HelpTest.php
View file @
0d6d22af
...
@@ -18,7 +18,7 @@ class HelpTest extends BrowserTestBase {
...
@@ -18,7 +18,7 @@ class HelpTest extends BrowserTestBase {
* overview page. The help_page_test module has a page section plugin that
* overview page. The help_page_test module has a page section plugin that
* returns no links.
* returns no links.
*
*
* @var array
.
* @var array
*/
*/
public
static
$modules
=
[
'help_test'
,
'help_page_test'
];
public
static
$modules
=
[
'help_test'
,
'help_page_test'
];
...
...
core/modules/help/tests/src/Functional/NoHelpTest.php
View file @
0d6d22af
...
@@ -16,7 +16,7 @@ class NoHelpTest extends BrowserTestBase {
...
@@ -16,7 +16,7 @@ class NoHelpTest extends BrowserTestBase {
*
*
* Use one of the test modules that do not implement hook_help().
* Use one of the test modules that do not implement hook_help().
*
*
* @var array
.
* @var array
*/
*/
public
static
$modules
=
[
'help'
,
'menu_test'
];
public
static
$modules
=
[
'help'
,
'menu_test'
];
...
...
core/modules/history/tests/src/Functional/HistoryTest.php
View file @
0d6d22af
...
@@ -41,14 +41,14 @@ class HistoryTest extends BrowserTestBase {
...
@@ -41,14 +41,14 @@ class HistoryTest extends BrowserTestBase {
/**
/**
* The cookie jar holding the testing session cookies for Guzzle requests.
* The cookie jar holding the testing session cookies for Guzzle requests.
*
*
* @var \GuzzleHttp\Client
;
* @var \GuzzleHttp\Client
*/
*/
protected
$client
;
protected
$client
;
/**
/**
* The Guzzle HTTP client.
* The Guzzle HTTP client.
*
*
* @var \GuzzleHttp\Cookie\CookieJar
;
* @var \GuzzleHttp\Cookie\CookieJar
*/
*/
protected
$cookies
;
protected
$cookies
;
...
...
core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php
View file @
0d6d22af
...
@@ -34,7 +34,7 @@ class LanguageRequestSubscriber implements EventSubscriberInterface {
...
@@ -34,7 +34,7 @@ class LanguageRequestSubscriber implements EventSubscriberInterface {
/**
/**
* The translation service.
* The translation service.
*
*
* @var \Drupal\Core\StringTranslation\Translator\TranslatorInterface
;
* @var \Drupal\Core\StringTranslation\Translator\TranslatorInterface
*/
*/
protected
$translation
;
protected
$translation
;
...
...
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
View file @
0d6d22af
...
@@ -29,7 +29,7 @@ class LanguageSelectorTranslatableTest extends BrowserTestBase {
...
@@ -29,7 +29,7 @@ class LanguageSelectorTranslatableTest extends BrowserTestBase {
/**
/**
* The user with administrator privileges.
* The user with administrator privileges.
*
*
* @var \Drupal\user\Entity\User
;
* @var \Drupal\user\Entity\User
*/
*/
public
$administrator
;
public
$administrator
;
...
...
core/modules/locale/src/LocaleConfigManager.php
View file @
0d6d22af
...
@@ -43,7 +43,7 @@ class LocaleConfigManager {
...
@@ -43,7 +43,7 @@ class LocaleConfigManager {
/**
/**
* The string storage for reading and writing translations.
* The string storage for reading and writing translations.
*
*
* @var \Drupal\locale\StringStorageInterface
;
* @var \Drupal\locale\StringStorageInterface
*/
*/
protected
$localeStorage
;
protected
$localeStorage
;
...
...
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
View file @
0d6d22af
...
@@ -37,7 +37,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
...
@@ -37,7 +37,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
/**
/**
* The string storage used in this test.
* The string storage used in this test.
*
*
* @var \Drupal\locale\StringStorageInterface
;
* @var \Drupal\locale\StringStorageInterface
*/
*/
protected
$stringStorage
;
protected
$stringStorage
;
...
...
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
View file @
0d6d22af
...
@@ -72,7 +72,7 @@ class EntityConfigBase extends Entity {
...
@@ -72,7 +72,7 @@ class EntityConfigBase extends Entity {
/**
/**
* The configuration factory.
* The configuration factory.
*
*
* @var \Drupal\Core\Config\ConfigFactoryInterface
;
* @var \Drupal\Core\Config\ConfigFactoryInterface
*/
*/
protected
$configFactory
;
protected
$configFactory
;
...
...
core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php
View file @
0d6d22af
...
@@ -19,7 +19,7 @@ abstract class MigrateSqlSourceTestCase extends MigrateTestCase {
...
@@ -19,7 +19,7 @@ abstract class MigrateSqlSourceTestCase extends MigrateTestCase {
/**
/**
* The tested source plugin.
* The tested source plugin.
*
*
* @var \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase
.
* @var \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase
*/
*/
protected
$source
;
protected
$source
;
...
...
core/modules/migrate/tests/src/Unit/MigrateTestCase.php
View file @
0d6d22af
...
@@ -29,7 +29,7 @@ abstract class MigrateTestCase extends UnitTestCase {
...
@@ -29,7 +29,7 @@ abstract class MigrateTestCase extends UnitTestCase {
/**
/**
* Local store for mocking setStatus()/getStatus().
* Local store for mocking setStatus()/getStatus().
*
*
* @var
\Drupal\migrate\Plugin\MigrationInterface::STATUS_*
* @var
int
*/
*/
protected
$migrationStatus
=
MigrationInterface
::
STATUS_IDLE
;
protected
$migrationStatus
=
MigrationInterface
::
STATUS_IDLE
;
...
...
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
View file @
0d6d22af
...
@@ -60,7 +60,7 @@ class MigrateUpgradeImportBatch {
...
@@ -60,7 +60,7 @@ class MigrateUpgradeImportBatch {
/**
/**
* The follow-up migrations.
* The follow-up migrations.
*
*
* @var \Drupal\migrate\Plugin\MigrationInterface[]
;
* @var \Drupal\migrate\Plugin\MigrationInterface[]
*/
*/
protected
static
$followUpMigrations
;
protected
static
$followUpMigrations
;
...
...
core/modules/node/tests/src/Functional/NodeAccessLanguageAwareCombinationTest.php
View file @
0d6d22af
...
@@ -34,14 +34,14 @@ class NodeAccessLanguageAwareCombinationTest extends NodeTestBase {
...
@@ -34,14 +34,14 @@ class NodeAccessLanguageAwareCombinationTest extends NodeTestBase {
/**
/**
* A normal authenticated user.
* A normal authenticated user.
*
*
* @var \Drupal\user\UserInterface
.
* @var \Drupal\user\UserInterface
*/
*/
protected
$webUser
;
protected
$webUser
;
/**
/**
* User 1.
* User 1.
*
*
* @var \Drupal\user\UserInterface
.
* @var \Drupal\user\UserInterface
*/
*/
protected
$adminUser
;
protected
$adminUser
;
...
...
core/modules/node/tests/src/Functional/NodeHelpTest.php
View file @
0d6d22af
...
@@ -14,7 +14,7 @@ class NodeHelpTest extends BrowserTestBase {
...
@@ -14,7 +14,7 @@ class NodeHelpTest extends BrowserTestBase {
/**
/**
* Modules to enable.
* Modules to enable.
*
*
* @var array
.
* @var array
*/
*/
public
static
$modules
=
[
'block'
,
'node'
,
'help'
];
public
static
$modules
=
[
'block'
,
'node'
,
'help'
];
...
...
core/modules/page_cache/src/StackMiddleware/PageCache.php
View file @
0d6d22af
...
@@ -29,7 +29,7 @@ class PageCache implements HttpKernelInterface {
...
@@ -29,7 +29,7 @@ class PageCache implements HttpKernelInterface {
/**
/**
* The cache bin.
* The cache bin.
*
*
* @var \Drupal\Core\Cache\CacheBackendInterface
.
* @var \Drupal\Core\Cache\CacheBackendInterface
*/
*/
protected
$cache
;
protected
$cache
;
...
...
core/modules/quickedit/src/EditorSelector.php
View file @
0d6d22af
...
@@ -22,7 +22,7 @@ class EditorSelector implements EditorSelectorInterface {
...
@@ -22,7 +22,7 @@ class EditorSelector implements EditorSelectorInterface {
/**
/**
* The manager for formatter plugins.
* The manager for formatter plugins.
*
*
* @var \Drupal\Core\Field\FormatterPluginManager
.
* @var \Drupal\Core\Field\FormatterPluginManager
*/
*/
protected
$formatterManager
;
protected
$formatterManager
;
...
...
core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
View file @
0d6d22af
...
@@ -30,7 +30,7 @@ class MetadataGeneratorTest extends QuickEditTestBase {
...
@@ -30,7 +30,7 @@ class MetadataGeneratorTest extends QuickEditTestBase {
/**
/**
* The metadata generator object to be tested.
* The metadata generator object to be tested.