From 1075771acc86e0da45f9d17be5d6ebcad7c2be36 Mon Sep 17 00:00:00 2001 From: Alexis von Glasow Date: Mon, 9 Jan 2017 21:37:31 +0100 Subject: Quality: Happy new year! --- Exception.php | 4 ++-- Registry.php | 7 +++---- Test/Unit/Registry.php | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Exception.php b/Exception.php index 83df6fa..5125c3b 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 @@ use Hoa\Exception as HoaException; * * 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/Registry.php b/Registry.php index 529cc01..d4db07e 100644 --- a/Registry.php +++ b/Registry.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 @@ use Hoa\Protocol; * * Hold a register of something. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Registry extends \ArrayObject @@ -61,7 +61,6 @@ class Registry extends \ArrayObject /** * Private constructor. * - * @return void * @throws \Hoa\Registry\Exception */ public function __construct() @@ -156,7 +155,7 @@ class Registry extends \ArrayObject * * The `hoa://Library/Registry` node. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class _Protocol extends Protocol\Node diff --git a/Test/Unit/Registry.php b/Test/Unit/Registry.php index 0493d13..f56884f 100644 --- a/Test/Unit/Registry.php +++ b/Test/Unit/Registry.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 @@ use Hoa\Test; * * Test suite of the registry. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Registry extends Test\Unit\Suite -- cgit v1.1