Skip to content

Commit b3dee7d

Browse files
committed
fix(php72): remove commas
1 parent 164f1a7 commit b3dee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisSessionEnhancerHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function getDefaultPayload($data): array
117117

118118
return tap($payload, function (&$payload) {
119119
$this->addUserInformation($payload)->addRequestInformation(
120-
$payload,
120+
$payload
121121
);
122122
});
123123
}

0 commit comments

Comments
 (0)