File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class BrowserClient extends Client
2121 CURLOPT_TIMEOUT => 15
2222 );
2323
24- protected static $ storage_dir ;
24+ protected static $ _storage_dir ;
2525
2626 /** @var string Where the cookies are stored */
2727 protected $ cookie_file ;
@@ -36,13 +36,13 @@ public function __construct()
3636
3737 protected function getStorageDirectory ()
3838 {
39- return static ::$ storage_dir ? static ::$ storage_dir : sys_get_temp_dir ();
39+ return static ::$ _storage_dir ? static ::$ _storage_dir : sys_get_temp_dir ();
4040 }
4141
4242 // TODO: make this apply across all previous browser sessions too
4343 public static function setStorageDirectory ($ path )
4444 {
45- static ::$ storage_dir = $ path ;
45+ static ::$ _storage_dir = $ path ;
4646 }
4747
4848 /**
You can’t perform that action at this time.
0 commit comments