Verified Commit cb3fe405 authored by Dave Long's avatar Dave Long
Browse files

Issue #3354951 by Spokje: Update @todo comment in...

Issue #3354951 by Spokje: Update @todo comment in \Drupal\Core\Database\StatementInterface::fetchObject
parent db5c7a1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public function fetchField($index = 0);
   * or stdClass if not specified.
   *
   * phpcs:disable Drupal.Commenting
   * @todo Remove PHPCS overrides https://www.drupal.org/node/3194677.
   * @todo Remove PHPCS overrides https://www.drupal.org/node/3354672.
   *
   * @param string|null $class_name
   *   Name of the created class.