diff options
author | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-09 21:36:54 +0100 |
---|---|---|
committer | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-12 13:37:28 +0100 |
commit | 40d7a10b70d6537b1e8201118d54f87289ba9d18 (patch) | |
tree | 38c391588ae9f24a1b28c5b6ede6be56160c1b0c /Http | |
parent | 210210198443e68ffe6584f120fb71f2cc99b5cb (diff) | |
download | Router-40d7a10b70d6537b1e8201118d54f87289ba9d18.zip Router-40d7a10b70d6537b1e8201118d54f87289ba9d18.tar.gz Router-40d7a10b70d6537b1e8201118d54f87289ba9d18.tar.bz2 |
Quality: Happy new year!
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Dav.php | 4 | ||||
-rw-r--r-- | Http/Http.php | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/Http/Dav.php b/Http/Dav.php index 33bad15..6324883 100644 --- a/Http/Dav.php +++ b/Http/Dav.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2016, Hoa community. All rights reserved. + * Copyright © 2007-2017, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,7 +41,7 @@ namespace Hoa\Router\Http; * * DAV router (extension of HTTP). * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Dav extends Http diff --git a/Http/Http.php b/Http/Http.php index d56e21e..9c46b31 100644 --- a/Http/Http.php +++ b/Http/Http.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2016, Hoa community. All rights reserved. + * Copyright © 2007-2017, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -45,7 +45,7 @@ use Hoa\Zformat; * * HTTP router. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Http extends Router\Generic implements Zformat\Parameterizable @@ -134,7 +134,6 @@ class Http extends Router\Generic implements Zformat\Parameterizable /** * Constructor. * - * @return void */ public function __construct(array $parameters = []) { |