Commit 3436041b authored by Marcin Grabias's avatar Marcin Grabias
Browse files

Issue #3378269: vboList(): Return value must be of type string

parent 22d6240f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ class ViewsBulkOperationsCommands extends DrushCommands {
   *
   * @aliases vbo-list
   */
  public function vboList($options = ['format' => 'table']): string {
  public function vboList($options = ['format' => 'table']): RowsOfFields {
    $rows = [];
    $actions = $this->actionManager->getDefinitions(['nocache' => TRUE]);
    foreach ($actions as $id => $definition) {