Skip to content
Snippets Groups Projects
  • Stein Magne Bjorklund's avatar
    e30311d6
    Refactor Utils::getMirroredUri() · e30311d6
    Stein Magne Bjorklund authored
    - Reduce logic complexity.
    - Return early. Code get called on every request and should be fast.
    - Remove support for mirroring multiple uri. Code uses a long gone
    PHP function. Split this into a private method.
    e30311d6
    History
    Refactor Utils::getMirroredUri()
    Stein Magne Bjorklund authored
    - Reduce logic complexity.
    - Return early. Code get called on every request and should be fast.
    - Remove support for mirroring multiple uri. Code uses a long gone
    PHP function. Split this into a private method.