Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
CS fixes per phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 21, 2016
1 parent f5e121a commit a69e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function getOptions()
if (null !== $this->sendErrors) {
$options['send_errors'] = $this->getSendErrors();
}

return $options;
}

Expand Down

0 comments on commit a69e69f

Please sign in to comment.