Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 8bc9671

Browse files
committed
Quality: Happy new year!
1 parent 9b8248a commit 8bc9671

7 files changed

Lines changed: 14 additions & 16 deletions

File tree

Exception/CrossBufferization.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Extending the \Hoa\Http\Exception class.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class CrossBufferization extends Exception

Exception/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Extending the \Hoa\Exception\Exception class.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Exception extends HoaException

Http.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* Generic class to manage HTTP headers (parse, set, get) only.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
abstract class Http implements \ArrayAccess, \IteratorAggregate, \Countable
@@ -81,7 +81,6 @@ abstract class Http implements \ArrayAccess, \IteratorAggregate, \Countable
8181
/**
8282
* Constructor.
8383
*
84-
* @return void
8584
*/
8685
public function __construct()
8786
{

Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* HTTP request support.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Request extends Http

Response/Download.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
*
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Download extends Response

Response/Response.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -47,7 +47,7 @@
4747
*
4848
* @TODO Follow http://tools.ietf.org/html/draft-nottingham-http-new-status-03.
4949
*
50-
* @copyright Copyright © 2007-2016 Hoa community
50+
* @copyright Copyright © 2007-2017 Hoa community
5151
* @license New BSD License
5252
*/
5353
class Response
@@ -493,7 +493,6 @@ class Response
493493
* method.
494494
* @param mixed $callable Callable.
495495
* @param int $size Size.
496-
* @return void
497496
*/
498497
public function __construct($newBuffer = true, $callable = null, $size = null)
499498
{

Runtime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Runtime informations.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Runtime

0 commit comments

Comments
 (0)