Loading core/lib/Drupal/Core/Template/AttributeHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ private function __construct() { * An Attribute object or an array of attributes. * * @return bool * TRUE if the attibute exists, FALSE otherwise. * TRUE if the attribute exists, FALSE otherwise. * * @throws \InvalidArgumentException * When the input $collection is neither an Attribute object nor an array. Loading core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ atomentry atomfeed atomrendererfeed atsign attibute attisdropped attname attnum Loading Loading @@ -310,7 +309,6 @@ cochez codesniffer colgroups collegehumor colletion colonpos colspans columnschange Loading @@ -333,7 +331,6 @@ conkey conname conneg conrelid constucts contant contaynz contentblock Loading Loading @@ -1914,7 +1911,6 @@ undecorate undelayed undelegate undraggable uneccesarilly unextracted unfieldable unflagged Loading Loading @@ -2090,7 +2086,6 @@ wontmatter wordprocessingml wordsafe wordword worklow workspace's workspaceswitcher wqkcy Loading core/modules/jsonapi/src/ResourceType/ResourceType.php +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ public function includeCount() { * the HTTP API. For example, read-only data from an internal resource might * be embedded in a public resource using computed fields. Therefore, * including the internal resource as a relationship with distinct routes * might uneccesarilly expose internal implementation details. * might unnecessarily expose internal implementation details. * * @return bool * TRUE if the resource type is internal. FALSE otherwise. Loading core/modules/jsonapi/tests/src/Functional/WorkflowTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ protected function setUpAuthorization($method) { protected function createEntity() { $workflow = Workflow::create([ 'id' => 'rest_workflow', 'label' => 'REST Worklow', 'label' => 'REST Workflow', 'type' => 'workflow_type_complex_test', ]); $workflow Loading Loading @@ -96,7 +96,7 @@ protected function getExpectedDocument() { 'workflow_type_test', ], ], 'label' => 'REST Worklow', 'label' => 'REST Workflow', 'langcode' => 'en', 'status' => TRUE, 'workflow_type' => 'workflow_type_complex_test', Loading core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ public function testBuildRoutes() { $collection = new RouteCollection(); // Entity types that declare a link template for canonical must have a // canonical route present in the route colletion. // canonical route present in the route collection. $collection->add('entity.from_canonical.canonical', $expected['entity.from_canonical.canonical']); $collection->add('entity.with_string_id.canonical', $expected['entity.with_string_id.canonical']); $collection->add('entity.with_integer_id.canonical', $expected['entity.with_integer_id.canonical']); Loading Loading
core/lib/Drupal/Core/Template/AttributeHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ private function __construct() { * An Attribute object or an array of attributes. * * @return bool * TRUE if the attibute exists, FALSE otherwise. * TRUE if the attribute exists, FALSE otherwise. * * @throws \InvalidArgumentException * When the input $collection is neither an Attribute object nor an array. Loading
core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ atomentry atomfeed atomrendererfeed atsign attibute attisdropped attname attnum Loading Loading @@ -310,7 +309,6 @@ cochez codesniffer colgroups collegehumor colletion colonpos colspans columnschange Loading @@ -333,7 +331,6 @@ conkey conname conneg conrelid constucts contant contaynz contentblock Loading Loading @@ -1914,7 +1911,6 @@ undecorate undelayed undelegate undraggable uneccesarilly unextracted unfieldable unflagged Loading Loading @@ -2090,7 +2086,6 @@ wontmatter wordprocessingml wordsafe wordword worklow workspace's workspaceswitcher wqkcy Loading
core/modules/jsonapi/src/ResourceType/ResourceType.php +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ public function includeCount() { * the HTTP API. For example, read-only data from an internal resource might * be embedded in a public resource using computed fields. Therefore, * including the internal resource as a relationship with distinct routes * might uneccesarilly expose internal implementation details. * might unnecessarily expose internal implementation details. * * @return bool * TRUE if the resource type is internal. FALSE otherwise. Loading
core/modules/jsonapi/tests/src/Functional/WorkflowTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ protected function setUpAuthorization($method) { protected function createEntity() { $workflow = Workflow::create([ 'id' => 'rest_workflow', 'label' => 'REST Worklow', 'label' => 'REST Workflow', 'type' => 'workflow_type_complex_test', ]); $workflow Loading Loading @@ -96,7 +96,7 @@ protected function getExpectedDocument() { 'workflow_type_test', ], ], 'label' => 'REST Worklow', 'label' => 'REST Workflow', 'langcode' => 'en', 'status' => TRUE, 'workflow_type' => 'workflow_type_complex_test', Loading
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -436,7 +436,7 @@ public function testBuildRoutes() { $collection = new RouteCollection(); // Entity types that declare a link template for canonical must have a // canonical route present in the route colletion. // canonical route present in the route collection. $collection->add('entity.from_canonical.canonical', $expected['entity.from_canonical.canonical']); $collection->add('entity.with_string_id.canonical', $expected['entity.with_string_id.canonical']); $collection->add('entity.with_integer_id.canonical', $expected['entity.with_integer_id.canonical']); Loading