]> git.mxchange.org Git - friendica.git/commit
Fix formatting in Util/ParseUrl
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 2 Sep 2018 21:35:55 +0000 (17:35 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 2 Sep 2018 21:46:28 +0000 (17:46 -0400)
commit8bcc3c68602cb7df05ccf8241dff5d53cfa71afb
tree30ba6a89148ab210aca53557c1dd7ef4409d3589
parent69e7c7fecac5d315930c52bfa9fb21954dcf8b5e
Fix formatting in Util/ParseUrl

- Remove commented out code
- Replace double quotes with simple quotes
- Remove parentheses for language construct
- Add spaces around operators
- Rename variables
src/Util/ParseUrl.php