From bcb258ac06dd418c23e7548a2c039866ee873b1d Mon Sep 17 00:00:00 2001 From: Alexis von Glasow Date: Thu, 12 Jan 2017 14:01:18 +0100 Subject: [PATCH] Quality: Happy new year! --- Bin/Fromcode.php | 4 ++-- Bin/Tocode.php | 4 ++-- Exception.php | 4 ++-- Search.php | 4 ++-- Test/Unit/Issue.php | 4 ++-- Test/Unit/Search.php | 4 ++-- Test/Unit/Ustring.php | 4 ++-- Ustring.php | 5 ++--- 8 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Bin/Fromcode.php b/Bin/Fromcode.php index 034f59c..401c60f 100644 --- a/Bin/Fromcode.php +++ b/Bin/Fromcode.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: @@ -44,7 +44,7 @@ * * Get a character from its code. Please, see Hoa\Ustring\Ustring::fromCode. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Fromcode extends Console\Dispatcher\Kit diff --git a/Bin/Tocode.php b/Bin/Tocode.php index 7e39511..5cb8b05 100644 --- a/Bin/Tocode.php +++ b/Bin/Tocode.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: @@ -44,7 +44,7 @@ * * Transform a character into its code. Please, see Hoa\Ustring\Ustring::toCode. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Tocode extends Console\Dispatcher\Kit diff --git a/Exception.php b/Exception.php index 69ff887..91fd76a 100644 --- a/Exception.php +++ b/Exception.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: @@ -43,7 +43,7 @@ * * Extending the \Hoa\Exception\Exception class. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Exception extends HoaException diff --git a/Search.php b/Search.php index 0a8c555..d5c30c0 100644 --- a/Search.php +++ b/Search.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 @@ * * Some algorithms about search in strings. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Search diff --git a/Test/Unit/Issue.php b/Test/Unit/Issue.php index c0b2dcc..fdd6939 100644 --- a/Test/Unit/Issue.php +++ b/Test/Unit/Issue.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: @@ -44,7 +44,7 @@ * * Test suite of detected issues. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Issue extends Test\Unit\Suite implements Test\Decorrelated diff --git a/Test/Unit/Search.php b/Test/Unit/Search.php index 977d3e5..362161a 100644 --- a/Test/Unit/Search.php +++ b/Test/Unit/Search.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: @@ -44,7 +44,7 @@ * * Test suite of the search algorithms. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Search extends Test\Unit\Suite diff --git a/Test/Unit/Ustring.php b/Test/Unit/Ustring.php index 5b79c61..612da98 100644 --- a/Test/Unit/Ustring.php +++ b/Test/Unit/Ustring.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: @@ -44,7 +44,7 @@ * * Test suite of the string class. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Ustring extends Test\Unit\Suite diff --git a/Ustring.php b/Ustring.php index a2cb7e9..730542b 100644 --- a/Ustring.php +++ b/Ustring.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: @@ -47,7 +47,7 @@ * • http://unicode.org/reports/tr9/; * • http://www.unicode.org/Public/6.0.0/ucd/UnicodeData.txt. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate @@ -200,7 +200,6 @@ class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate * Construct a UTF-8 string. * * @param string $string String. - * @return void */ public function __construct($string = null) {