i have added below line according to comment 5.
before : if ($url_components...

Contribution Date
Technology
Contribution Project
Contribution Details

i have added below line according to comment 5.
before : if ($url_components['path'][0] === '/' || $url_components['path'][0] === ':') {
After : if ($url_components['path'][0] === '/' || $url_components['path'][0] === ':memory:') {

Contribution Author
Files count
0
Patches count
0