Loading core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public function getDefinitions() { } /** * Passes through all unknown calls onto the decorated object * Passes through all unknown calls onto the decorated object. */ public function __call($method, $args) { return call_user_func_array([$this->decorated, $method], $args); Loading core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ class EmailAction extends ConfigurableActionBase implements ContainerFactoryPlug protected $logger; /** * The mail manager * The mail manager. * * @var \Drupal\Core\Mail\MailManagerInterface */ Loading core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ public function validateTokens(array $context_tokens = []) { } /** * Asserts the context tokens are valid * Asserts the context tokens are valid. * * Similar to ::validateTokens, this method returns boolean TRUE when the * context tokens are valid, and FALSE when they are not instead of returning Loading core/lib/Drupal/Core/Database/Connection.php +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ public function commit() { abstract public function nextId($existing_id = 0); /** * Prepares a statement for execution and returns a statement object * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. Loading core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class Schema extends DatabaseSchema { /** * Override DatabaseSchema::$defaultSchema * Override DatabaseSchema::$defaultSchema. * * @var string */ Loading Loading
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public function getDefinitions() { } /** * Passes through all unknown calls onto the decorated object * Passes through all unknown calls onto the decorated object. */ public function __call($method, $args) { return call_user_func_array([$this->decorated, $method], $args); Loading
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ class EmailAction extends ConfigurableActionBase implements ContainerFactoryPlug protected $logger; /** * The mail manager * The mail manager. * * @var \Drupal\Core\Mail\MailManagerInterface */ Loading
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ public function validateTokens(array $context_tokens = []) { } /** * Asserts the context tokens are valid * Asserts the context tokens are valid. * * Similar to ::validateTokens, this method returns boolean TRUE when the * context tokens are valid, and FALSE when they are not instead of returning Loading
core/lib/Drupal/Core/Database/Connection.php +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ public function commit() { abstract public function nextId($existing_id = 0); /** * Prepares a statement for execution and returns a statement object * Prepares a statement for execution and returns a statement object. * * Emulated prepared statements do not communicate with the database server so * this method does not check the statement. Loading
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class Schema extends DatabaseSchema { /** * Override DatabaseSchema::$defaultSchema * Override DatabaseSchema::$defaultSchema. * * @var string */ Loading