Skip to content

Commit 2841601

Browse files
author
Alexandre
authored
Merge pull request #38 from desmax/fix-typo-set-headers
fix typo in setHeaders
2 parents f833567 + 71886b5 commit 2841601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Casper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function setHeaders(array $headers)
8181
$headersScript .= implode(",\n", $headerLines) . "\n";
8282
}
8383
$headersScript .= "};";
84-
$this->_script .= $headersScript;
84+
$this->script .= $headersScript;
8585

8686
return $this;
8787
}

0 commit comments

Comments
 (0)