File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public function sign(): string {
111111 }
112112
113113 private function signUsingVisibleElements (): string {
114- $ visibleElements = $ this ->getvisibleElements ();
114+ $ visibleElements = $ this ->getVisibleElements ();
115115 if ($ visibleElements ) {
116116 $ jSignPdf = $ this ->getJSignPdf ();
117117 $ param = $ this ->getJSignParam ();
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ public function sign(): File {
422422 ->setCertificate ($ this ->getCertificate ())
423423 ->setInputFile ($ this ->getInputFile ())
424424 ->setPassword ($ this ->getPassword ())
425- ->setVisibleElements ($ this ->getvisibleElements ())
425+ ->setVisibleElements ($ this ->getVisibleElements ())
426426 ->sign ();
427427 $ this ->getInputFile ()->putContent ($ signedContent );
428428 return $ this ->getInputFile ();
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function setVisibleElements(array $visibleElements): self {
6969 *
7070 * @psalm-return array<VisibleElementAssoc>
7171 */
72- public function getvisibleElements (): array {
72+ public function getVisibleElements (): array {
7373 return $ this ->visibleElements ;
7474 }
7575}
You can’t perform that action at this time.
0 commit comments