Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit acb72607 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: session set mixed allowed

Übergeordneter 422ffeae
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!190Release,!187ci: show phpunit results in GitLab UI
Pipeline-Nr. 6514 bestanden
......@@ -214,9 +214,9 @@ public function __construct()
* Set a variable to the session
*
* @param string $name - Name og the variable
* @param string $value - value of the variable
* @param mixed $value - value of the variable
*/
public function set(string $name, string $value): void
public function set(string $name, mixed $value): void
{
if ($this->Session) {
$this->Session->set($name, $value);
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren