diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:07:54 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:07:54 +0100 |
commit | a6de1b926b6b2d7123e6c53a5ee5f65ee269306c (patch) | |
tree | 4917fc0c31ea579bef3509c5eb114678db31c8b0 | |
parent | 85faf23e0100891c45255287e54d5fb85ae2908f (diff) | |
download | Registry-a6de1b926b6b2d7123e6c53a5ee5f65ee269306c.zip Registry-a6de1b926b6b2d7123e6c53a5ee5f65ee269306c.tar.gz Registry-a6de1b926b6b2d7123e6c53a5ee5f65ee269306c.tar.bz2 |
Quality: Run devtools:cs.
-rw-r--r-- | Exception.php | 4 | ||||
-rw-r--r-- | Registry.php | 6 | ||||
-rw-r--r-- | Test/Unit/Registry.php | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/Exception.php b/Exception.php index e39458e..83df6fa 100644 --- a/Exception.php +++ b/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, 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-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Exception extends HoaException diff --git a/Registry.php b/Registry.php index 3bec7bd..529cc01 100644 --- a/Registry.php +++ b/Registry.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, 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-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Registry extends \ArrayObject @@ -156,7 +156,7 @@ class Registry extends \ArrayObject * * The `hoa://Library/Registry` node. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class _Protocol extends Protocol\Node diff --git a/Test/Unit/Registry.php b/Test/Unit/Registry.php index 07d208d..0493d13 100644 --- a/Test/Unit/Registry.php +++ b/Test/Unit/Registry.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, 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-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Registry extends Test\Unit\Suite |