perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 341 forks source link

Missing required parameter in RunController:274 #471

Closed ddanev-yotpo closed 2 years ago

ddanev-yotpo commented 2 years ago

When trying to compare runs the following error comes up.

"Message: Too few arguments to function XHGui\RequestProxy::get(), 0 passed in /var/www/xhgui/src/Controller/RunController.php on line 274 and at least 1 expected"

https://github.com/perftools/xhgui/blob/448c6d722440171612f9a257dcd6912fc940aae8/src/Controller/RunController.php#L274

glensc commented 2 years ago

🚧 Never link to branches, share a permalink 🚧

NOTE: edit your post and fix it with a permalink!

glensc commented 2 years ago

pull request is welcome!

glensc commented 2 years ago

Fixed by https://github.com/perftools/xhgui/pull/481