Skip to content

Commit

Permalink
Update Package comment
Browse files Browse the repository at this point in the history
technically that docblock could also be removed, it doesn't really make sense anyways
  • Loading branch information
ChrisB9 authored Oct 18, 2019
1 parent 585d6b2 commit f875d5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Classes/Service/HtmlMinifier.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/***
*
* This file is part of an "Pluswerk AG" Extension for TYPO3 CMS.
Expand Down Expand Up @@ -27,7 +29,7 @@
* @author Stefan Lamm <stefan.lamm@pluswerk.ag>
* @copyright 2019 Pluswerk AG
* @license GPL, version 3
* @package Pluswerk\PlusProject\Hook
* @package Pluswerk\PlusMinify\Hook
*/
class HtmlMinifier implements MiddlewareInterface
{
Expand Down

0 comments on commit f875d5c

Please sign in to comment.