Verified Commit 44fae5c0 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

(cherry picked from commit cb3fe405)
parent 8d3d814c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,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.