Explorar el Código

analyse fix: Access to an undefined property

Chance hace 2 años
padre
commit
a51b271d7b
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/Protocols/Http/Request.php

+ 7 - 0
src/Protocols/Http/Request.php

@@ -99,6 +99,13 @@ class Request
     protected static bool $enableCache = true;
 
     /**
+     * Session id.
+     *
+     * @var mixed|string
+     */
+    protected mixed $sid;
+
+    /**
      * Request constructor.
      *
      * @param string $buffer