Skip to content

Commit e626dfd

Browse files
committed
fix: phpstan
1 parent 03a6d2f commit e626dfd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Services/DataTable.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public function render(string $view = null, array $data = [], array $mergeData =
217217
return app()->call($callback);
218218
}
219219

220+
/** @phpstan-ignore-next-line */
220221
return view($view, $data, $mergeData)->with($this->dataTableVariable, $this->getHtmlBuilder());
221222
}
222223

@@ -610,10 +611,6 @@ public function csv()
610611
*
611612
* @return \Illuminate\Http\Response|string|\Symfony\Component\HttpFoundation\StreamedResponse
612613
*
613-
* @throws \Box\Spout\Common\Exception\IOException
614-
* @throws \Box\Spout\Common\Exception\InvalidArgumentException
615-
* @throws \Box\Spout\Common\Exception\UnsupportedTypeException
616-
* @throws \Box\Spout\Writer\Exception\WriterNotOpenedException
617614
* @throws \Exception
618615
*/
619616
public function pdf()

0 commit comments

Comments
 (0)