Skip to content

Commit

Permalink
Remove return type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Nov 9, 2017
1 parent 1747486 commit 7f92566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSPBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public function preHash(
* @param bool $legacy
* @return \Psr\Http\Message\MessageInterface
*/
public function injectCSPHeader(MessageInterface $message, $legacy = false): MessageInterface
public function injectCSPHeader(MessageInterface $message, $legacy = false)
{
if ($this->needsCompile) {
$this->compile();
Expand Down

0 comments on commit 7f92566

Please sign in to comment.