Skip to content

Commit

Permalink
Restore PHP 5.6 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 13, 2019
1 parent b9a5b8a commit 5779493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/web/session/Sessions.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function in($path) {
* @param bool $whether
* @return self
*/
public function insecure(bool $whether) {
public function insecure($whether) {
$this->secure= !$whether;
return $this;
}
Expand Down

0 comments on commit 5779493

Please sign in to comment.