Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    c23a81e7
    refactor: improve code readability by formatting type declarations · c23a81e7
    verfasst von Henning Leutz
    In this commit, we've made minor changes to various PHP files in the project in order to improve
    code readability. We've standardized the formatting for type declarations (bool, float, int,
    string, array) to be separated by a whitespace character on either side of the `|` symbol where
    more than one type is possible. No functionality has changed in this commit - this is purely for
    ease of reading and maintaining the code base.
    c23a81e7
    Verlauf
    refactor: improve code readability by formatting type declarations
    verfasst von Henning Leutz
    In this commit, we've made minor changes to various PHP files in the project in order to improve
    code readability. We've standardized the formatting for type declarations (bool, float, int,
    string, array) to be separated by a whitespace character on either side of the `|` symbol where
    more than one type is possible. No functionality has changed in this commit - this is purely for
    ease of reading and maintaining the code base.