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 | |
parent | 6a81c777d3c26847e9cc4276362d6727a372bdbd (diff) | |
download | Praspel-9c885323891454a82f73140141d9189c44fba8ab.zip Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.gz Praspel-9c885323891454a82f73140141d9189c44fba8ab.tar.bz2 |
Quality: Happy new year!
Diffstat (limited to 'Model')
-rw-r--r-- | Model/Behavior.php | 4 | ||||
-rw-r--r-- | Model/Clause.php | 5 | ||||
-rw-r--r-- | Model/Collection.php | 5 | ||||
-rw-r--r-- | Model/Declaration.php | 4 | ||||
-rw-r--r-- | Model/DefaultBehavior.php | 4 | ||||
-rw-r--r-- | Model/Description.php | 4 | ||||
-rw-r--r-- | Model/Ensures.php | 4 | ||||
-rw-r--r-- | Model/Invariant.php | 4 | ||||
-rw-r--r-- | Model/Is.php | 4 | ||||
-rw-r--r-- | Model/Requires.php | 4 | ||||
-rw-r--r-- | Model/Specification.php | 5 | ||||
-rw-r--r-- | Model/Throwable.php | 4 | ||||
-rw-r--r-- | Model/Variable/Borrowing.php | 5 | ||||
-rw-r--r-- | Model/Variable/Implicit.php | 5 | ||||
-rw-r--r-- | Model/Variable/Variable.php | 5 |
15 files changed, 30 insertions, 36 deletions
diff --git a/Model/Behavior.php b/Model/Behavior.php index 6d7b3a6..1490dec 100644 --- a/Model/Behavior.php +++ b/Model/Behavior.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\Praspel; * * Represent the @behavior clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Behavior extends Clause diff --git a/Model/Clause.php b/Model/Clause.php index 294ba56..bc2476c 100644 --- a/Model/Clause.php +++ b/Model/Clause.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\Visitor; * * Represent a clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ abstract class Clause implements Visitor\Element @@ -68,7 +68,6 @@ abstract class Clause implements Visitor\Element * Build a clause. * * @param \Hoa\Praspel\Model\Clause $parent Parent. - * @return void */ public function __construct(Clause $parent) { diff --git a/Model/Collection.php b/Model/Collection.php index cfcc857..60d1940 100644 --- a/Model/Collection.php +++ b/Model/Collection.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: @@ -45,7 +45,7 @@ use Hoa\Visitor; * * Represent a collection of clauses. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Collection @@ -89,7 +89,6 @@ class Collection * * @param \Hoa\Praspel\Model\Clause $clause Clause. * @param \Closure $postClone Post-clone function. - * @return void */ public function __construct(Clause $clause, \Closure $postClone = null) { diff --git a/Model/Declaration.php b/Model/Declaration.php index 7f85d22..775dc3f 100644 --- a/Model/Declaration.php +++ b/Model/Declaration.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\Realdom; * * Represent a declaration. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ abstract class Declaration diff --git a/Model/DefaultBehavior.php b/Model/DefaultBehavior.php index 2f8097b..6df0830 100644 --- a/Model/DefaultBehavior.php +++ b/Model/DefaultBehavior.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 @@ namespace Hoa\Praspel\Model; * * Represent a default behavior. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class DefaultBehavior extends Behavior diff --git a/Model/Description.php b/Model/Description.php index 96b0bfd..2ea4e23 100644 --- a/Model/Description.php +++ b/Model/Description.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\Iterator; * * Represent the @description clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Description diff --git a/Model/Ensures.php b/Model/Ensures.php index 88615da..b02f6ce 100644 --- a/Model/Ensures.php +++ b/Model/Ensures.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 @@ namespace Hoa\Praspel\Model; * * Represent the @ensures clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Ensures extends Declaration diff --git a/Model/Invariant.php b/Model/Invariant.php index 384896c..8238da4 100644 --- a/Model/Invariant.php +++ b/Model/Invariant.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 @@ namespace Hoa\Praspel\Model; * * Represent the @invariant clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Invariant extends Declaration diff --git a/Model/Is.php b/Model/Is.php index dc424d9..3f74c58 100644 --- a/Model/Is.php +++ b/Model/Is.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 @@ namespace Hoa\Praspel\Model; * * Represent the @is clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Is extends Clause diff --git a/Model/Requires.php b/Model/Requires.php index b422602..a697bc8 100644 --- a/Model/Requires.php +++ b/Model/Requires.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 @@ namespace Hoa\Praspel\Model; * * Represent the @requires clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Requires extends Declaration 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() { diff --git a/Model/Throwable.php b/Model/Throwable.php index 1bb6376..f9d1c7d 100644 --- a/Model/Throwable.php +++ b/Model/Throwable.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\Iterator; * * Represent the @throwable clause. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Throwable diff --git a/Model/Variable/Borrowing.php b/Model/Variable/Borrowing.php index a130d02..4a9c800 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.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 borrowing variable. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Borrowing extends Variable @@ -85,7 +85,6 @@ class Borrowing extends Variable * @param string $name Name. * @param bool $local Local. * @param \Hoa\Praspel\Model\Clause $clause Clause. - * @return void * @throws \Hoa\Praspel\Exception\Model */ public function __construct( diff --git a/Model/Variable/Implicit.php b/Model/Variable/Implicit.php index 8bb8cfe..c303a0e 100644 --- a/Model/Variable/Implicit.php +++ b/Model/Variable/Implicit.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: @@ -45,7 +45,7 @@ use Hoa\Realdom; * * Represent an implicit variable. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Implicit extends Variable @@ -56,7 +56,6 @@ class Implicit extends Variable * @param string $name Name. * @param bool $local Local. * @param \Hoa\Praspel\Model\Clause $clause Clause. - * @return void * @throws \Hoa\Praspel\Exception\Model */ public function __construct( diff --git a/Model/Variable/Variable.php b/Model/Variable/Variable.php index d5a1f56..92bb6f9 100644 --- a/Model/Variable/Variable.php +++ b/Model/Variable/Variable.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 @@ use Hoa\Visitor; * * Represent a variable. * - * @copyright Copyright © 2007-2016 Hoa community + * @copyright Copyright © 2007-2017 Hoa community * @license New BSD License */ class Variable @@ -134,7 +134,6 @@ class Variable * @param string $name Name. * @param bool $local Local. * @param \Hoa\Praspel\Model\Clause $clause Clause. - * @return void * @throws \Hoa\Praspel\Exception\Model */ public function __construct( |