Skip to content

Commit a82ed39

Browse files
Fixed annotation bugs.
1 parent 3036ba8 commit a82ed39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/AbstractPDF.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,15 +469,15 @@ abstract public function renderContent(string $content);
469469
/**
470470
* Renders a URL to a PDF
471471
*
472-
* @param string $content URL to render
472+
* @param string $url URL to render
473473
* @return resource
474474
*/
475475
abstract public function renderURL(string $url);
476476

477477
/**
478478
* Renders a local file to a PDF
479479
*
480-
* @param string $content Local file to render
480+
* @param string $path Local file to render
481481
* @return resource
482482
*/
483483
abstract public function renderFile(string $path);

test/Constraint/ArrayHasKeyValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class ArrayHasKeyValue extends Constraint
1717
private $key;
1818

1919
/**
20-
* @var Constraint
20+
* @var Constraint|null
2121
*/
2222
private $valueConstraint;
2323

0 commit comments

Comments
 (0)