Skip to content
  • totten's avatar
    Style - Remove @access · 681aa547
    totten authored
    1. These annotations are useful in PHP4-style code.
    2. These annotations are useless in PHP5-style code. Either they're redundant with the code, or they contradict the code.
    3. In cases where there are contradictions, I don't think there's anyway for us to generally resolve the contradiction except to say, "The code is right."
    4. As a developer reading .php files, I look at the code and *never* look at @access.
    681aa547