Commit 7a991c4c authored by Saranya Mariappan's avatar Saranya Mariappan Committed by Marcin Grabias
Browse files

Issue #3327346 by saranyamariappan: Typo error on ViewsBulkOperationsActionInterface.php Annotation

parent 5ef5db54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ interface ViewsBulkOperationsActionInterface extends ActionInterface {
   *   Performed operations array.
   *
   * @return \Symfony\Component\HttpFoundation\RedirectResponse|null
   *   Bach redirect response or NULL.
   *   Batch redirect response or NULL.
   */
  public static function finished($success, array $results, array $operations): ?RedirectResponse;