Loading core/lib/Drupal/Component/Gettext/PoStreamReader.php +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ private function readLine() { return FALSE; } // Remove 'msgstr' and trim away away whitespaces. // Remove 'msgstr' and trim away whitespaces. $line = trim(substr($line, 6)); // Only the msgstr string is left, parse it. Loading core/lib/Drupal/Core/Database/Query/SelectInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments = * fields on which to join. * * @param $type * The type of join. Typically one one of INNER, LEFT OUTER, and RIGHT OUTER. * The type of join. Typically one of INNER, LEFT OUTER, and RIGHT OUTER. * @param $table * The table against which to join. May be a string or another SelectQuery * object. If a query object is passed, it will be used as a subselect. Loading core/lib/Drupal/Core/Database/database.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ * remains in scope; when $transaction is destroyed, the transaction will be * committed. If your transaction is nested inside of another then Drupal will * track each transaction and only commit the outer-most transaction when the * last transaction object goes out out of scope (when all relevant queries have * last transaction object goes out of scope (when all relevant queries have * completed successfully). * * Example: Loading core/lib/Drupal/Core/Entity/EntityStorageBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ abstract class EntityStorageBase extends EntityHandlerBase implements EntityStor protected $memoryCache; /** * The memory cache cache tag. * The memory cache tag. * * @var string */ Loading core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class EntityReferenceEntityFormatter extends EntityReferenceFormatterBase { * @param string $view_mode * The view mode. * @param array $third_party_settings * Any third party settings settings. * Any third party settings. * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory * The logger factory. * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager Loading Loading
core/lib/Drupal/Component/Gettext/PoStreamReader.php +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ private function readLine() { return FALSE; } // Remove 'msgstr' and trim away away whitespaces. // Remove 'msgstr' and trim away whitespaces. $line = trim(substr($line, 6)); // Only the msgstr string is left, parse it. Loading
core/lib/Drupal/Core/Database/Query/SelectInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -332,7 +332,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments = * fields on which to join. * * @param $type * The type of join. Typically one one of INNER, LEFT OUTER, and RIGHT OUTER. * The type of join. Typically one of INNER, LEFT OUTER, and RIGHT OUTER. * @param $table * The table against which to join. May be a string or another SelectQuery * object. If a query object is passed, it will be used as a subselect. Loading
core/lib/Drupal/Core/Database/database.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ * remains in scope; when $transaction is destroyed, the transaction will be * committed. If your transaction is nested inside of another then Drupal will * track each transaction and only commit the outer-most transaction when the * last transaction object goes out out of scope (when all relevant queries have * last transaction object goes out of scope (when all relevant queries have * completed successfully). * * Example: Loading
core/lib/Drupal/Core/Entity/EntityStorageBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ abstract class EntityStorageBase extends EntityHandlerBase implements EntityStor protected $memoryCache; /** * The memory cache cache tag. * The memory cache tag. * * @var string */ Loading
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class EntityReferenceEntityFormatter extends EntityReferenceFormatterBase { * @param string $view_mode * The view mode. * @param array $third_party_settings * Any third party settings settings. * Any third party settings. * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory * The logger factory. * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager Loading