diff options
author | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-09 21:37:31 +0100 |
---|---|---|
committer | Alexis von Glasow <ashgenesis@gmail.com> | 2017-01-09 21:37:31 +0100 |
commit | 1075771acc86e0da45f9d17be5d6ebcad7c2be36 (patch) | |
tree | 80eeb535bfa4246db441bfb7398ff5de7105eafa | |
parent | 9921d4a137fe466093394662df5a08c2120ba070 (diff) | |
download | Registry-1075771acc86e0da45f9d17be5d6ebcad7c2be36.zip Registry-1075771acc86e0da45f9d17be5d6ebcad7c2be36.tar.gz Registry-1075771acc86e0da45f9d17be5d6ebcad7c2be36.tar.bz2 |
Quality: Happy new year!
-rw-r--r-- | Exception.php | 4 | ||||
-rw-r--r-- | Registry.php | 7 | ||||
-rw-r--r-- | 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 |