Skip to content

Commit

Permalink
new method setOption PhpDoc (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Jun 29, 2022
1 parent d2f4e0a commit f7384cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facade/Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @method static \Barryvdh\DomPDF\PDF setHttpContext($httpContext)
* @method static \Barryvdh\DomPDF\PDF setCallbacks(array $callbacks)
* @method static \Barryvdh\DomPDF\PDF setWarnings($warnings)
* @method static \Barryvdh\DomPDF\PDF setOption(array|string $attribute, $value = null)
* @method static \Barryvdh\DomPDF\PDF setOptions(array $options)
* @method static \Barryvdh\DomPDF\PDF loadView($view, $data = array(), $mergeData = array(), $encoding = null)
* @method static \Barryvdh\DomPDF\PDF loadHTML($string, $encoding = null)
Expand Down

0 comments on commit f7384cf

Please sign in to comment.