•  
      request #13478 Enforce a set of coding standard rules on how PHP use statements should be used
    Infos
    #13478
    Thomas Gerbet (tgerbet)
    2019-06-27 16:56
    2019-06-11 11:29
    14587
    Details
    Enforce a set of coding standard rules on how PHP use statements should be used
    Let's enforce this set of rules for the usage of PHP use statements:
    * 1 newline before and after the group of use statements, no newline in the middle of the group
    * Forbid usage of alias that is same as unqualified name
    * Forbid use from the same namespace
    * Forbid multiple use statements per line (AFAIK no usage in the codebase, no need to start introducing it)
    * Forbid usage of group use (AFAIK no usage in the codebase, no need to start introducing it)
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2019-06-27
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2019-06-19 18:33
    Patch under review here: gerrit #15225.

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from New to Under review
    • Assigned to changed from None to Thomas Gerbet (tgerbet)