Issue #2984955 by neclimdul, alexpott: Fix THe to be The

8.7.x
Alex Pott 2018-08-14 20:28:53 +01:00
parent 4ee92a7448
commit ae7bca02df
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ class DefaultFactory implements FactoryInterface {
* @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition * @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition
* The plugin definition associated with the plugin ID. * The plugin definition associated with the plugin ID.
* @param string $required_interface * @param string $required_interface
* (optional) THe required plugin interface. * (optional) The required plugin interface.
* *
* @return string * @return string
* The appropriate class name. * The appropriate class name.

View File

@ -40,7 +40,7 @@ interface StackedRouteMatchInterface extends RouteMatchInterface {
* The request. * The request.
* *
* @return \Drupal\Core\Routing\RouteMatchInterface|null * @return \Drupal\Core\Routing\RouteMatchInterface|null
* THe matching route match, or NULL if there is no matching one. * The matching route match, or NULL if there is no matching one.
*/ */
public function getRouteMatchFromRequest(Request $request); public function getRouteMatchFromRequest(Request $request);

View File

@ -69,7 +69,7 @@ class SqlEntityLoadingTest extends ViewsKernelTestBase {
'nid' => $node->id(), 'nid' => $node->id(),
// The default revision ID. // The default revision ID.
'vid_1' => $revision->getRevisionId(), 'vid_1' => $revision->getRevisionId(),
// THe latest revision ID. // The latest revision ID.
'vid' => $revision2->getRevisionId(), 'vid' => $revision2->getRevisionId(),
], ],
]; ];