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

Commit 2ab8fd1

Browse files
committed
Quality: Happy new year!
1 parent fff2032 commit 2ab8fd1

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

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:
@@ -43,7 +43,7 @@
4343
*
4444
* Extending the \Hoa\Exception\Exception class.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Exception extends HoaException

Read.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:
@@ -43,7 +43,7 @@
4343
*
4444
* Read a string buffer.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Read extends Stringbuffer implements Stream\IStream\In

ReadWrite.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:
@@ -43,7 +43,7 @@
4343
*
4444
* Read/write a string buffer.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class ReadWrite

Stringbuffer.php

Lines changed: 3 additions & 4 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:
@@ -45,7 +45,7 @@
4545
*
4646
* This class allows to manipulate a string as a stream.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
abstract class Stringbuffer
@@ -67,7 +67,6 @@ abstract class Stringbuffer
6767
* Open a new string buffer.
6868
*
6969
* @param string $streamName Stream name.
70-
* @return void
7170
* @throws \Hoa\Stream\Exception
7271
*/
7372
public function __construct($streamName = null)
@@ -238,7 +237,7 @@ public function initializeWith($string)
238237
*
239238
* The `hoa://Library/Stringbuffer` node.
240239
*
241-
* @copyright Copyright © 2007-2016 Hoa community
240+
* @copyright Copyright © 2007-2017 Hoa community
242241
* @license New BSD License
243242
*/
244243
class _Protocol extends Protocol\Node

Write.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:
@@ -43,7 +43,7 @@
4343
*
4444
* Write into a string buffer.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Write extends Stringbuffer implements Stream\IStream\Out

0 commit comments

Comments
 (0)