diff options
Diffstat (limited to 'core/Controller/CssController.php')
-rw-r--r-- | core/Controller/CssController.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php index bb9b7a37d8f..b332ee1aa26 100644 --- a/core/Controller/CssController.php +++ b/core/Controller/CssController.php @@ -1,5 +1,7 @@ <?php + declare(strict_types=1); + /** * @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com) * @@ -7,6 +9,7 @@ declare(strict_types=1); * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Thomas Citharel <tcit@tcit.fr> * * @license GNU AGPL version 3 or any later version * @@ -21,7 +24,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ |