Skip to content

Commit

Permalink
Merge pull request #38 from desmax/fix-typo-set-headers
Browse files Browse the repository at this point in the history
fix typo in setHeaders
  • Loading branch information
Alexandre authored Mar 2, 2017
2 parents f833567 + 71886b5 commit 2841601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Casper.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function setHeaders(array $headers)
$headersScript .= implode(",\n", $headerLines) . "\n";
}
$headersScript .= "};";
$this->_script .= $headersScript;
$this->script .= $headersScript;

return $this;
}
Expand Down

0 comments on commit 2841601

Please sign in to comment.