Skip to content

Commit

Permalink
Fixed file header
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Oct 8, 2017
1 parent 9d1390c commit 9571bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/EaseCation/WorkerManEE/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
* WorkerManEE
*
* Licensed under The MIT License
* For full copyright and license information, please see the MIT-LICENSE.txt
* For full copyright and license information, please see the LICENSE
* Redistributions of files must retain the above copyright notice.
*
*/


namespace EaseCation\WorkerManEE;

use iTXTech\SimpleFramework\Module\Module;
Expand Down
2 changes: 1 addition & 1 deletion src/EaseCation/WorkerManEE/Page/AbstractPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* WorkerManEE
*
* Licensed under The MIT License
* For full copyright and license information, please see the MIT-LICENSE.txt
* For full copyright and license information, please see the LICENSE
* Redistributions of files must retain the above copyright notice.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions src/EaseCation/WorkerManEE/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* WorkerManEE
*
* Licensed under The MIT License
* For full copyright and license information, please see the MIT-LICENSE.txt
* For full copyright and license information, please see the LICENSE
* Redistributions of files must retain the above copyright notice.
*
*/

namespace EaseCation\WorkerManEE;

use FunDNS\Page\AbstractPage;
use EaseCation\WorkerManEE\Page\AbstractPage;
use Workerman\Protocols\Http;
use Workerman\Worker;

Expand Down

0 comments on commit 9571bc7

Please sign in to comment.