We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462eee3 commit 8242d22Copy full SHA for 8242d22
.travis.yml
@@ -1,9 +1,8 @@
1
language: php
2
3
php:
4
- - 5.6
5
- - 7.0
6
- 7.1
+ - 7.2
7
8
branches:
9
only:
src/SessionMiddleware.php
@@ -85,7 +85,7 @@ public function __construct()
85
* @param array $properties
86
* @return static
87
*/
88
- private function cloneAndSet(array $properties): self
+ protected function cloneAndSet(array $properties): self
89
{
90
$middleware = clone $this;
91
0 commit comments