Skip to content

Commit

Permalink
Merge branch 'v2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Dec 4, 2019
2 parents 1a2c537 + efcb510 commit af16b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Authz/Levels.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct(array $levels)
* @param string $value
* @return static
*/
private function withProperty(string $property, $value): self
protected function withProperty(string $property, $value): self
{
$clone = clone $this;
$clone->{$property} = $value;
Expand Down
2 changes: 1 addition & 1 deletion src/Session/PhpSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function unsetSessionData(): void
* @codeCoverageIgnore
* @internal
*
* @param array<string,mixed>|null $info
* @param null|array<string,mixed> $info
*/
private function setGlobalSessionData(?array $info): void
{
Expand Down

0 comments on commit af16b4e

Please sign in to comment.