aboutsummaryrefslogtreecommitdiffstats
path: root/include/classes/BigPipe/Resource/Stylesheet.php
AgeCommit message (Collapse)AuthorFilesLines
2021-10-24Fix constructor parameters for Resource classesThomas Lange1-1/+1
The first parameter for the constructor of the Resource classes should not be optional if the next parameters obviously are non-optional. The optional parameters (if any) must come after the required parameters.
2021-10-24Remove closing tags and ensure LF at end of filesThomas Lange1-1/+0
Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character.
2017-08-06The "CSS" and "JS" resource representation classes has been renamed to ↵Thomas Lange1-0/+27
"Stylesheet" and "Javascript" to make it more consistent with the other class names (instead of using the abbreviations).