diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-01-10 14:04:59 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-01-10 14:04:59 +0100 |
commit | 9c885323891454a82f73140141d9189c44fba8ab (patch) | |
tree | e0907d52e40385fe9223f16348f0b41deb6d82e1 /Model/Specification.php | |
parent | 6a81c777d3c26847e9cc4276362d6727a372bdbd (diff) | |
download | Praspel-9c885323891454a82f73140141d9189c44fba8ab.zip Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.gz Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.bz2 |
Quality: Happy new year!
Diffstat (limited to 'Model/Specification.php')
-rw-r--r-- | Model/Specification.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Model/Specification.php b/Model/Specification.php index 1d7b59d..ad05320 100644 --- a/Model/Specification.php +++ b/Model/Specification.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\Praspel; * * Represent a specification (contains all clauses). * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Specification extends Behavior @@ -91,7 +91,6 @@ class Specification extends Behavior /** * Cancel the constructor from the parent. * - * @return void */ public function __construct() { |