diff --git a/core/lib/Drupal/Component/Diff/Diff.php b/core/lib/Drupal/Component/Diff/Diff.php index 637eca9ea07..4afcbd3e3a7 100644 --- a/core/lib/Drupal/Component/Diff/Diff.php +++ b/core/lib/Drupal/Component/Diff/Diff.php @@ -169,4 +169,3 @@ class Diff { return $this->edits; } } - diff --git a/core/lib/Drupal/Component/Diff/MappedDiff.php b/core/lib/Drupal/Component/Diff/MappedDiff.php index 10be64a78da..a0bdc69b904 100644 --- a/core/lib/Drupal/Component/Diff/MappedDiff.php +++ b/core/lib/Drupal/Component/Diff/MappedDiff.php @@ -56,4 +56,3 @@ class MappedDiff extends Diff { } } } - diff --git a/core/lib/Drupal/Component/Discovery/YamlDiscovery.php b/core/lib/Drupal/Component/Discovery/YamlDiscovery.php index c32628166c2..8f8b4443cb9 100644 --- a/core/lib/Drupal/Component/Discovery/YamlDiscovery.php +++ b/core/lib/Drupal/Component/Discovery/YamlDiscovery.php @@ -86,4 +86,3 @@ class YamlDiscovery implements DiscoverableInterface { } } - diff --git a/core/lib/Drupal/Core/Ajax/DataCommand.php b/core/lib/Drupal/Core/Ajax/DataCommand.php index 6c650a5463b..fe838caced7 100644 --- a/core/lib/Drupal/Core/Ajax/DataCommand.php +++ b/core/lib/Drupal/Core/Ajax/DataCommand.php @@ -71,4 +71,3 @@ class DataCommand implements CommandInterface { } } - diff --git a/core/lib/Drupal/Core/AppRootFactory.php b/core/lib/Drupal/Core/AppRootFactory.php index 1d86a858f8b..65c4592ede8 100644 --- a/core/lib/Drupal/Core/AppRootFactory.php +++ b/core/lib/Drupal/Core/AppRootFactory.php @@ -34,4 +34,3 @@ class AppRootFactory { } } - diff --git a/core/lib/Drupal/Core/Archiver/ArchiverException.php b/core/lib/Drupal/Core/Archiver/ArchiverException.php index 35e76088e1d..b1ad0b6e91f 100644 --- a/core/lib/Drupal/Core/Archiver/ArchiverException.php +++ b/core/lib/Drupal/Core/Archiver/ArchiverException.php @@ -6,4 +6,3 @@ namespace Drupal\Core\Archiver; * Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. */ class ArchiverException extends \Exception {} - diff --git a/core/lib/Drupal/Core/Config/ConfigCrudEvent.php b/core/lib/Drupal/Core/Config/ConfigCrudEvent.php index b343e4c6799..af25d361306 100644 --- a/core/lib/Drupal/Core/Config/ConfigCrudEvent.php +++ b/core/lib/Drupal/Core/Config/ConfigCrudEvent.php @@ -49,4 +49,3 @@ class ConfigCrudEvent extends Event { } } - diff --git a/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php b/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php index f459878d8ce..aa5045ba168 100644 --- a/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php +++ b/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php @@ -100,4 +100,3 @@ class ConfigModuleOverridesEvent extends Event { return $this; } } - diff --git a/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php b/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php index 849903441aa..9fc7d4cebcf 100644 --- a/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php +++ b/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php @@ -132,4 +132,3 @@ class ExtensionInstallStorage extends InstallStorage { return $this->folders; } } - diff --git a/core/lib/Drupal/Core/Database/DatabaseException.php b/core/lib/Drupal/Core/Database/DatabaseException.php index 3f3d0da2125..a9470b90e74 100644 --- a/core/lib/Drupal/Core/Database/DatabaseException.php +++ b/core/lib/Drupal/Core/Database/DatabaseException.php @@ -11,4 +11,3 @@ namespace Drupal\Core\Database; * developers should account for it separately. */ interface DatabaseException { } - diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php b/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php index 7d77922e3ee..be400adbd1e 100644 --- a/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php +++ b/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php @@ -12,4 +12,4 @@ class Select extends QuerySelect { // SQLite does not support FOR UPDATE so nothing to do. return $this; } -} \ No newline at end of file +} diff --git a/core/lib/Drupal/Core/Datetime/DateHelper.php b/core/lib/Drupal/Core/Datetime/DateHelper.php index 1a8bf6c790d..70db9b3c41e 100644 --- a/core/lib/Drupal/Core/Datetime/DateHelper.php +++ b/core/lib/Drupal/Core/Datetime/DateHelper.php @@ -531,4 +531,3 @@ class DateHelper { } } - diff --git a/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php b/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php index ca2ee425918..12ab03ba3f6 100644 --- a/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php +++ b/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php @@ -70,4 +70,3 @@ abstract class DateElementBase extends FormElement { } } - diff --git a/core/lib/Drupal/Core/Entity/Controller/EntityListController.php b/core/lib/Drupal/Core/Entity/Controller/EntityListController.php index 1c93865e797..d8a1ea12dd7 100644 --- a/core/lib/Drupal/Core/Entity/Controller/EntityListController.php +++ b/core/lib/Drupal/Core/Entity/Controller/EntityListController.php @@ -23,4 +23,3 @@ class EntityListController extends ControllerBase { } } - diff --git a/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php b/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php index a05cc585c49..36a539d7360 100644 --- a/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php +++ b/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php @@ -68,4 +68,3 @@ class EntityRouteProviderSubscriber implements EventSubscriberInterface { } } - diff --git a/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php b/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php index 10729752ed1..b6f559b2585 100644 --- a/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php +++ b/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php @@ -84,4 +84,3 @@ abstract class ExecutablePluginBase extends ContextAwarePluginBase implements Ex return $this; } } - diff --git a/core/lib/Drupal/Core/Extension/InfoParserInterface.php b/core/lib/Drupal/Core/Extension/InfoParserInterface.php index 195f1a33c17..e5c99fe184e 100644 --- a/core/lib/Drupal/Core/Extension/InfoParserInterface.php +++ b/core/lib/Drupal/Core/Extension/InfoParserInterface.php @@ -60,4 +60,3 @@ interface InfoParserInterface { public function parse($filename); } - diff --git a/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php b/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php index 14875c673e5..ce14f86ae03 100644 --- a/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php +++ b/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php @@ -82,4 +82,3 @@ interface ModuleInstallerInterface { public function validateUninstall(array $module_list); } - diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php b/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php index 93fb4655f5e..527d3eefc8e 100644 --- a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php +++ b/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php @@ -120,4 +120,3 @@ class BooleanItem extends FieldItemBase implements OptionsProviderInterface { return $values; } } - diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php b/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php index b39c7053db7..360656ef0b7 100644 --- a/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php +++ b/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php @@ -14,4 +14,3 @@ class KeyValueExpirableFactory extends KeyValueFactory implements KeyValueExpira const DEFAULT_SETTING = 'keyvalue_expirable_default'; } - diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php b/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php index 65674c0ffc2..9f6d28cc4bb 100644 --- a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php +++ b/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php @@ -75,4 +75,3 @@ class KeyValueFactory implements KeyValueFactoryInterface { } } - diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php b/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php index 81f383e308a..15e39fb99d0 100644 --- a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php +++ b/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php @@ -19,4 +19,3 @@ interface KeyValueFactoryInterface { public function get($collection); } - diff --git a/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php b/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php index d66b65ccef3..debf3b0a85a 100644 --- a/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php +++ b/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php @@ -42,4 +42,3 @@ class DenyNoCacheRoutes implements ResponsePolicyInterface { } } - diff --git a/core/lib/Drupal/Core/Queue/QueueFactory.php b/core/lib/Drupal/Core/Queue/QueueFactory.php index b37699e96db..7c155a46e94 100644 --- a/core/lib/Drupal/Core/Queue/QueueFactory.php +++ b/core/lib/Drupal/Core/Queue/QueueFactory.php @@ -64,4 +64,3 @@ class QueueFactory implements ContainerAwareInterface { return $this->queues[$name]; } } - diff --git a/core/lib/Drupal/Core/Routing/AccessAwareRouter.php b/core/lib/Drupal/Core/Routing/AccessAwareRouter.php index 4293ee50f7b..80e16ebb6fc 100644 --- a/core/lib/Drupal/Core/Routing/AccessAwareRouter.php +++ b/core/lib/Drupal/Core/Routing/AccessAwareRouter.php @@ -134,4 +134,3 @@ class AccessAwareRouter implements AccessAwareRouterInterface { } } - diff --git a/core/lib/Drupal/Core/SitePathFactory.php b/core/lib/Drupal/Core/SitePathFactory.php index 06aff85e98d..7a01ff17a4a 100644 --- a/core/lib/Drupal/Core/SitePathFactory.php +++ b/core/lib/Drupal/Core/SitePathFactory.php @@ -35,4 +35,3 @@ class SitePathFactory { } } - diff --git a/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php b/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php index 6f3ed62b011..28819dc3d8f 100644 --- a/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php +++ b/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php @@ -49,4 +49,3 @@ class KernelPreHandle implements HttpKernelInterface { } } - diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php b/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php index da99f8f77a7..bf6d314bfd8 100644 --- a/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php +++ b/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php @@ -43,4 +43,3 @@ class DateTimeIso8601 extends StringData implements DateTimeInterface { } } } - diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php b/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php index 787f6751df3..e558bcb90ed 100644 --- a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php +++ b/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php @@ -76,4 +76,3 @@ class TestAccessBlock extends BlockBase implements ContainerFactoryPluginInterfa } } - diff --git a/core/modules/book/src/Form/BookSettingsForm.php b/core/modules/book/src/Form/BookSettingsForm.php index 31b2a4dd50f..058d0cd0637 100644 --- a/core/modules/book/src/Form/BookSettingsForm.php +++ b/core/modules/book/src/Form/BookSettingsForm.php @@ -81,4 +81,3 @@ class BookSettingsForm extends ConfigFormBase { } } - diff --git a/core/modules/config/src/Form/ConfigImportForm.php b/core/modules/config/src/Form/ConfigImportForm.php index 04958ef2bca..c0f606b4ec0 100644 --- a/core/modules/config/src/Form/ConfigImportForm.php +++ b/core/modules/config/src/Form/ConfigImportForm.php @@ -100,4 +100,3 @@ class ConfigImportForm extends FormBase { } } - diff --git a/core/modules/config_translation/config_translation.module b/core/modules/config_translation/config_translation.module index 542dd4fd4be..9f0803d0e99 100644 --- a/core/modules/config_translation/config_translation.module +++ b/core/modules/config_translation/config_translation.module @@ -196,4 +196,3 @@ function config_translation_config_schema_info_alter(&$definitions) { } } } - diff --git a/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module b/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module index fa0e41812d4..ac0ce1cbfc9 100644 --- a/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module +++ b/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module @@ -46,4 +46,3 @@ function field_third_party_test_field_formatter_settings_summary_alter(&$summary $summary[] = 'field_test_field_formatter_settings_summary_alter'; return $summary; } - diff --git a/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php b/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php index 90693c6247c..7606076986f 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php @@ -49,4 +49,3 @@ class FieldImportChangeTest extends FieldKernelTestBase { $this->assertEqual($field->getLabel(), $new_label, 'field label updated'); } } - diff --git a/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php b/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php index 8e91a4a8627..78a136e2aa0 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php @@ -116,4 +116,3 @@ class FieldImportCreateTest extends FieldKernelTestBase { $this->assertTrue($field, 'Test import field 2b from sync exists'); } } - diff --git a/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php b/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php index bae3e23bda9..220aa46e3d9 100644 --- a/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php +++ b/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php @@ -109,4 +109,3 @@ class FieldImportDeleteTest extends FieldKernelTestBase { $this->assertTrue(empty($deleted_storages), 'Fields are deleted'); } } - diff --git a/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php b/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php index 212ecbc02ff..0932773561d 100644 --- a/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php +++ b/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php @@ -90,5 +90,3 @@ class FilterFormat extends DrupalSqlBase { } } - - diff --git a/core/modules/hal/src/HalServiceProvider.php b/core/modules/hal/src/HalServiceProvider.php index bf57a4d3a2e..d2b402862d8 100644 --- a/core/modules/hal/src/HalServiceProvider.php +++ b/core/modules/hal/src/HalServiceProvider.php @@ -20,4 +20,3 @@ class HalServiceProvider implements ServiceModifierInterface { } } - diff --git a/core/modules/image/src/Tests/ImageFieldWidgetTest.php b/core/modules/image/src/Tests/ImageFieldWidgetTest.php index da17417a6e7..ea2332dd359 100644 --- a/core/modules/image/src/Tests/ImageFieldWidgetTest.php +++ b/core/modules/image/src/Tests/ImageFieldWidgetTest.php @@ -29,4 +29,3 @@ class ImageFieldWidgetTest extends ImageFieldTestBase { } } - diff --git a/core/modules/language/src/ContentLanguageSettingsInterface.php b/core/modules/language/src/ContentLanguageSettingsInterface.php index c03d885ff0f..3bb3d5d2541 100644 --- a/core/modules/language/src/ContentLanguageSettingsInterface.php +++ b/core/modules/language/src/ContentLanguageSettingsInterface.php @@ -76,4 +76,3 @@ interface ContentLanguageSettingsInterface extends ConfigEntityInterface { public function isDefaultConfiguration(); } - diff --git a/core/modules/language/src/Form/NegotiationBrowserForm.php b/core/modules/language/src/Form/NegotiationBrowserForm.php index 67b07e53bd1..1e38a9b7016 100644 --- a/core/modules/language/src/Form/NegotiationBrowserForm.php +++ b/core/modules/language/src/Form/NegotiationBrowserForm.php @@ -212,4 +212,3 @@ class NegotiationBrowserForm extends ConfigFormBase { return $config->get('map'); } } - diff --git a/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php b/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php index 4f0e221c650..4849d32b87d 100644 --- a/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php +++ b/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php @@ -86,4 +86,3 @@ class LinkSeparateFormatter extends LinkFormatter { return $element; } } - diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php b/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php index 01cf553c7a9..3fe76a67b33 100644 --- a/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php +++ b/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php @@ -75,4 +75,3 @@ class LinkTypeConstraint extends Constraint implements ConstraintValidatorInterf } } } - diff --git a/core/modules/locale/src/LocaleDefaultConfigStorage.php b/core/modules/locale/src/LocaleDefaultConfigStorage.php index f899f551727..29697a10765 100644 --- a/core/modules/locale/src/LocaleDefaultConfigStorage.php +++ b/core/modules/locale/src/LocaleDefaultConfigStorage.php @@ -157,4 +157,3 @@ class LocaleDefaultConfigStorage { } } - diff --git a/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php b/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php index cc687bcc1c4..109cdc4dd28 100644 --- a/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php +++ b/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php @@ -59,4 +59,3 @@ class NodeRevisionWizardTest extends WizardTestBase { } } - diff --git a/core/modules/quickedit/tests/modules/quickedit_test.module b/core/modules/quickedit/tests/modules/quickedit_test.module index 39c4f041c57..cd12fc9727f 100644 --- a/core/modules/quickedit/tests/modules/quickedit_test.module +++ b/core/modules/quickedit/tests/modules/quickedit_test.module @@ -18,4 +18,3 @@ function quickedit_test_quickedit_render_field(EntityInterface $entity, $field_n '#suffix' => '', ); } - diff --git a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php index 46047655095..4ef7a57cbd8 100644 --- a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php +++ b/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php @@ -55,4 +55,3 @@ class FieldRdfaDatatypeCallbackTest extends FieldRdfaTestBase { } } - diff --git a/core/modules/search/search.api.php b/core/modules/search/search.api.php index cd38d096b87..47744998e35 100644 --- a/core/modules/search/search.api.php +++ b/core/modules/search/search.api.php @@ -82,4 +82,3 @@ function hook_search_plugin_alter(array &$definitions) { /** * @} End of "addtogroup hooks". */ - diff --git a/core/modules/search/search.pages.inc b/core/modules/search/search.pages.inc index 409ce2d6fe7..a161a9bfae2 100644 --- a/core/modules/search/search.pages.inc +++ b/core/modules/search/search.pages.inc @@ -65,4 +65,3 @@ function template_preprocess_search_result(&$variables) { '#context' => array('info' => $info), ); } - diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php b/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php index 5c4f97d094d..ec9a4d07ce2 100644 --- a/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php +++ b/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php @@ -31,4 +31,3 @@ class ConfigEntityNormalizerTest extends UnitTestCase { } } - diff --git a/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php b/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php index c86a9e619d4..73210c5c08d 100644 --- a/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php +++ b/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php @@ -20,4 +20,3 @@ class SimpletestPhpunitRunCommandTestWillDie extends UnitTestCase { $this->assertTrue(TRUE, 'Assertion to ensure test pass'); } } - diff --git a/core/modules/statistics/src/StatisticsSettingsForm.php b/core/modules/statistics/src/StatisticsSettingsForm.php index 66e5a97b15a..5bd150c4e08 100644 --- a/core/modules/statistics/src/StatisticsSettingsForm.php +++ b/core/modules/statistics/src/StatisticsSettingsForm.php @@ -97,4 +97,3 @@ class StatisticsSettingsForm extends ConfigFormBase { parent::submitForm($form, $form_state); } } - diff --git a/core/modules/statistics/statistics.php b/core/modules/statistics/statistics.php index fe1b9fd7258..a79af5f0f1c 100644 --- a/core/modules/statistics/statistics.php +++ b/core/modules/statistics/statistics.php @@ -35,4 +35,3 @@ if ($views) { ->execute(); } } - diff --git a/core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php b/core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php index 95705d473a4..d3d44879b56 100644 --- a/core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php +++ b/core/modules/system/src/Tests/Plugin/Discovery/DiscoveryTestBase.php @@ -82,4 +82,3 @@ abstract class DiscoveryTestBase extends KernelTestBase { } } - diff --git a/core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php b/core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php index 958899b7ea7..869ac18435c 100644 --- a/core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php +++ b/core/modules/system/src/Tests/Plugin/Discovery/StaticDiscoveryTest.php @@ -43,4 +43,3 @@ class StaticDiscoveryTest extends DiscoveryTestBase { $this->emptyDiscovery = $discovery; } } - diff --git a/core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php b/core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php index f90862135fc..ef3c4697de4 100644 --- a/core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php +++ b/core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php @@ -128,4 +128,3 @@ class TwigEnvironmentTest extends KernelTestBase { } } - diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 704b2dc7e90..f9c49c76535 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -385,4 +385,3 @@ function template_preprocess_system_themes_page(&$variables) { } $variables['theme_groups'] = $groups; } - diff --git a/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php b/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php index 71939bad697..7c2ca9470dd 100644 --- a/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php +++ b/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php @@ -147,4 +147,3 @@ $connection->delete('router') $connection->delete('router') ->condition('name', 'entity.block_content_type.%', 'LIKE') ->execute(); - diff --git a/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php b/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php index 7a83e870e3f..604321ddc8d 100644 --- a/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php +++ b/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php @@ -20,4 +20,3 @@ $connection->update('config') $connection->insert('key_value') ->fields(['collection' => 'system.schema', 'name' => 'update_script_test', 'value' => serialize(8000)]) ->execute(); - diff --git a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php b/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php index 375b50ddb4e..a6243a138ca 100644 --- a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php +++ b/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php @@ -37,4 +37,3 @@ $connection->update('config') ->condition('collection', '') ->condition('name', 'core.extension') ->execute(); - diff --git a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php b/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php index f19a1f10878..ab37f83af70 100644 --- a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php +++ b/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php @@ -36,4 +36,3 @@ $connection->update('config') ->condition('collection', '') ->condition('name', 'core.extension') ->execute(); - diff --git a/core/modules/system/tests/modules/database_test/database_test.module b/core/modules/system/tests/modules/database_test/database_test.module index 460480a0d72..1eaa103fa59 100644 --- a/core/modules/system/tests/modules/database_test/database_test.module +++ b/core/modules/system/tests/modules/database_test/database_test.module @@ -47,4 +47,3 @@ function database_test_query_alter(AlterableInterface $query) { function database_test_query_database_test_alter_remove_range_alter(AlterableInterface $query) { $query->range(); } - diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php b/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php index 8b7c97079d5..62e0c38aebb 100644 --- a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php +++ b/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php @@ -6,4 +6,3 @@ namespace Drupal\plugin_test\Plugin\plugin_test\fruit; * Provides an interface for test plugins. */ interface FruitInterface { } - diff --git a/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php b/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php index 9997fb09f2a..a15e6815d57 100644 --- a/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php +++ b/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php @@ -28,4 +28,3 @@ class PageCacheAcceptHeaderController { } } } - diff --git a/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php b/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php index b36b3f45abe..68c8b64e52a 100644 --- a/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php +++ b/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php @@ -17,4 +17,3 @@ class TrustedHostsTestController { } } - diff --git a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module b/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module index 1c2729bee51..f55e619a781 100644 --- a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module +++ b/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module @@ -20,4 +20,3 @@ function twig_extension_test_theme($existing, $type, $theme, $path) { ), ); } - diff --git a/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme b/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme index 5819e209919..04628c804e4 100644 --- a/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme +++ b/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme @@ -10,4 +10,3 @@ */ function test_subsubtheme_preprocess_theme_test_template_test(&$variables) { } - diff --git a/core/modules/taxonomy/src/Tests/TokenReplaceTest.php b/core/modules/taxonomy/src/Tests/TokenReplaceTest.php index 8202cdee65e..2a55a6d3aec 100644 --- a/core/modules/taxonomy/src/Tests/TokenReplaceTest.php +++ b/core/modules/taxonomy/src/Tests/TokenReplaceTest.php @@ -144,4 +144,3 @@ class TokenReplaceTest extends TaxonomyTestBase { } } } - diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php index 21df70c801e..1b6a4edd6ea 100644 --- a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php +++ b/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php @@ -65,4 +65,3 @@ class MigrateTrackerNodeTest extends MigrateDrupal7TestBase { } } - diff --git a/core/modules/update/update.fetch.inc b/core/modules/update/update.fetch.inc index 1b111e510b9..a710dd9f7a7 100644 --- a/core/modules/update/update.fetch.inc +++ b/core/modules/update/update.fetch.inc @@ -48,4 +48,3 @@ function _update_cron_notify() { } } } - diff --git a/core/modules/user/src/Form/UserPasswordResetForm.php b/core/modules/user/src/Form/UserPasswordResetForm.php index 87f2683d333..432941a7054 100644 --- a/core/modules/user/src/Form/UserPasswordResetForm.php +++ b/core/modules/user/src/Form/UserPasswordResetForm.php @@ -115,4 +115,3 @@ class UserPasswordResetForm extends FormBase { } } - diff --git a/core/modules/user/src/PermissionHandlerInterface.php b/core/modules/user/src/PermissionHandlerInterface.php index 6e92a5843a0..61526f339ae 100644 --- a/core/modules/user/src/PermissionHandlerInterface.php +++ b/core/modules/user/src/PermissionHandlerInterface.php @@ -50,4 +50,3 @@ interface PermissionHandlerInterface { public function moduleProvidesPermissions($module_name); } - diff --git a/core/modules/user/src/Plugin/views/access/Role.php b/core/modules/user/src/Plugin/views/access/Role.php index 8880235767a..2e5b6b4b0b0 100644 --- a/core/modules/user/src/Plugin/views/access/Role.php +++ b/core/modules/user/src/Plugin/views/access/Role.php @@ -163,4 +163,3 @@ class Role extends AccessPluginBase implements CacheableDependencyInterface { } } - diff --git a/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php b/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php index 7f82cf7455b..515c862a4f6 100644 --- a/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php +++ b/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php @@ -278,4 +278,3 @@ class PrivateTempStoreTest extends UnitTestCase { } } - diff --git a/core/modules/user/tests/src/Unit/SharedTempStoreTest.php b/core/modules/user/tests/src/Unit/SharedTempStoreTest.php index 7845e18ac32..15a4ec6c24a 100644 --- a/core/modules/user/tests/src/Unit/SharedTempStoreTest.php +++ b/core/modules/user/tests/src/Unit/SharedTempStoreTest.php @@ -350,4 +350,3 @@ class SharedTempStoreTest extends UnitTestCase { } } - diff --git a/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php b/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php index be515adb424..49495488679 100644 --- a/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php +++ b/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php @@ -45,4 +45,3 @@ interface MultiItemsFieldHandlerInterface extends FieldHandlerInterface { public function renderItems($items); } - diff --git a/core/modules/views/src/ViewsDataHelper.php b/core/modules/views/src/ViewsDataHelper.php index 55a034c2e2f..791cd37f4aa 100644 --- a/core/modules/views/src/ViewsDataHelper.php +++ b/core/modules/views/src/ViewsDataHelper.php @@ -190,4 +190,3 @@ class ViewsDataHelper { } } - diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php index 84f959b0779..7a88066e881 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php @@ -215,4 +215,3 @@ class FilterBooleanOperatorTest extends ViewsKernelTestBase { } } - diff --git a/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php b/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php index 9cd4ac4e90c..8a1fc960863 100644 --- a/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php +++ b/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php @@ -71,4 +71,3 @@ class WizardPluginBaseKernelTest extends ViewsKernelTestBase { $this->assertEqual($view->get('langcode'), 'it'); } } - diff --git a/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php b/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php index d686c977420..332df31e229 100644 --- a/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php +++ b/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php @@ -360,4 +360,3 @@ class ViewAjaxControllerTest extends UnitTestCase { } } - diff --git a/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php b/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php index 85a13bc85a0..e858a84f47d 100644 --- a/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php +++ b/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php @@ -352,4 +352,3 @@ class RearrangeFilter extends ViewsFormBase { } } - diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index c2237457af0..a529c223627 100644 --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -18,6 +18,7 @@ + diff --git a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php index 3d6c0b9ca23..e3c2aeb087e 100644 --- a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php +++ b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php @@ -112,4 +112,3 @@ class DefaultConfigTest extends KernelTestBase { } } - diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php index d863386a599..8d0760acf6a 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php @@ -117,4 +117,3 @@ class ConfigLanguageOverrideTest extends KernelTestBase { $this->assertEqual($override->get('value'), NULL); } } - diff --git a/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php b/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php index 0a28acf7dff..1fc805bfe9c 100644 --- a/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php +++ b/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php @@ -154,4 +154,3 @@ class DefaultFactoryTest extends UnitTestCase { } } - diff --git a/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php b/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php index fe2bfe217af..193906bf497 100644 --- a/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php +++ b/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php @@ -320,4 +320,4 @@ class HtmlTest extends UnitTestCase { $result = Html::serialize($document); $this->assertSame('', $result); } -} \ No newline at end of file +} diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php b/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php index 055a907bbeb..0448e2869ad 100644 --- a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php +++ b/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php @@ -378,4 +378,3 @@ class ValidHandler implements HandlerInterface { } class InvalidHandler { } - diff --git a/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php b/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php index 7d8a5b29801..36c2e6f75a2 100644 --- a/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php +++ b/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php @@ -144,4 +144,4 @@ namespace { return FALSE; } } -} \ No newline at end of file +} diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php b/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php index 125eeddf5d4..ece089d7075 100644 --- a/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php +++ b/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php @@ -162,4 +162,3 @@ class CustomPageExceptionHtmlSubscriberTest extends UnitTestCase { } } - diff --git a/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php b/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php index 6eebd806d47..0aa86fc2d2a 100644 --- a/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php +++ b/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php @@ -161,4 +161,3 @@ class NaughtyRecursiveLogger implements LoggerInterface { $this->channel->log(rand(0, 7), $message, $context); } } - diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php b/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php index c81309f62ce..65fb4172c37 100644 --- a/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php +++ b/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php @@ -491,4 +491,3 @@ class LocalTaskManagerTest extends UnitTestCase { } } - diff --git a/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php b/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php index 1395cb25abf..2bfb1c9ea97 100644 --- a/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php +++ b/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php @@ -444,4 +444,3 @@ class PathValidatorTest extends UnitTestCase { } } - diff --git a/core/tests/bootstrap.php b/core/tests/bootstrap.php index 12c4debcbb0..ad02e5f3ecb 100644 --- a/core/tests/bootstrap.php +++ b/core/tests/bootstrap.php @@ -142,4 +142,3 @@ date_default_timezone_set('Australia/Sydney'); // make PHP 5 and 7 handle assertion failures the same way, but this call does // not turn runtime assertions on if they weren't on already. \Drupal\Component\Assertion\Handle::register(); -