File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -792,17 +792,9 @@ public function isHttps(): bool
792792
793793 /**
794794 * Get phpMyAdmin root path
795- *
796- * @staticvar string|null $cookie_path
797795 */
798796 public function getRootPath (): string
799797 {
800- static $ cookiePath = null ;
801-
802- if ($ cookiePath !== null && ! defined ('TESTSUITE ' )) {
803- return $ cookiePath ;
804- }
805-
806798 $ url = $ this ->get ('PmaAbsoluteUri ' );
807799
808800 if (! empty ($ url )) {
Original file line number Diff line number Diff line change 282282 <code>$value</code>
283283 </MixedAssignment>
284284 <MixedInferredReturnType>
285- <code>string</code>
286285 <code>string|null</code>
287286 </MixedInferredReturnType>
288287 <MixedReturnStatement>
289- <code>$cookiePath</code>
290288 <code>$tempDir[$name]</code>
291289 </MixedReturnStatement>
292290 <PossiblyInvalidArgument>
You can’t perform that action at this time.
0 commit comments