File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments