From 287f733f7b34917f7b5300cf572778dbcd92526d Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Sat, 9 Jan 2016 09:07:40 +0100 Subject: [PATCH] Quality: Run devtools:cs. --- Bag.php | 4 ++-- Bin/Reflection.php | 4 ++-- Boolean.php | 4 ++-- Boundfloat.php | 4 ++-- Boundinteger.php | 4 ++-- Color.php | 4 ++-- Constarray.php | 4 ++-- Constboolean.php | 4 ++-- Constfloat.php | 4 ++-- Constinteger.php | 4 ++-- Constnull.php | 4 ++-- Conststring.php | 4 ++-- Crate/Constant.php | 4 ++-- Crate/Variable.php | 4 ++-- Date.php | 6 +++--- Disjunction.php | 8 ++++---- Even.php | 4 ++-- Exception/Exception.php | 4 ++-- Exception/IllegalArgument.php | 4 ++-- Exception/Inconsistent.php | 4 ++-- Exception/InvalidArgument.php | 4 ++-- Exception/MissingArgument.php | 4 ++-- Grammar.php | 4 ++-- IRealdom/Constant.php | 4 ++-- IRealdom/Crate.php | 4 ++-- IRealdom/Enumerable.php | 4 ++-- IRealdom/Finite.php | 4 ++-- IRealdom/Holder.php | 4 ++-- IRealdom/Interval.php | 4 ++-- IRealdom/Nonconvex.php | 4 ++-- Integer.php | 4 ++-- Natural.php | 4 ++-- Number.php | 4 ++-- Odd.php | 4 ++-- Realdom.php | 10 +++++----- RealdomArray.php | 6 +++--- RealdomClass.php | 4 ++-- RealdomEmpty.php | 4 ++-- RealdomFloat.php | 4 ++-- RealdomObject.php | 4 ++-- RealdomString.php | 4 ++-- Regex.php | 4 ++-- Relation.php | 4 ++-- Smallfloat.php | 4 ++-- Smallinteger.php | 4 ++-- Timestamp.php | 4 ++-- Undefined.php | 4 ++-- 47 files changed, 101 insertions(+), 101 deletions(-) diff --git a/Bag.php b/Bag.php index 37940d9..41c7b56 100644 --- a/Bag.php +++ b/Bag.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 @@ * * Realistic domain: bag. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Bag extends Realdom diff --git a/Bin/Reflection.php b/Bin/Reflection.php index f82101f..90bb3cf 100644 --- a/Bin/Reflection.php +++ b/Bin/Reflection.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 @@ * * Show informations about a realistic domain. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Reflection extends Console\Dispatcher\Kit diff --git a/Boolean.php b/Boolean.php index 37a694b..3df13e0 100644 --- a/Boolean.php +++ b/Boolean.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 @@ * * Realistic domain: boolean. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Boolean extends Realdom diff --git a/Boundfloat.php b/Boundfloat.php index 9568f71..5cd4719 100644 --- a/Boundfloat.php +++ b/Boundfloat.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 @@ * * Realistic domain: boundfloat. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Boundfloat extends RealdomFloat implements IRealdom\Interval diff --git a/Boundinteger.php b/Boundinteger.php index 70f6158..bcacefb 100644 --- a/Boundinteger.php +++ b/Boundinteger.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 @@ * * Realistic domain: boundinteger. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Boundinteger diff --git a/Color.php b/Color.php index bdb3d55..4a21abb 100644 --- a/Color.php +++ b/Color.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 @@ * * Realistic domain: color. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Color extends RealdomString diff --git a/Constarray.php b/Constarray.php index a65ef8b..f2a2c6c 100644 --- a/Constarray.php +++ b/Constarray.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 @@ * * Realistic domain: constarray. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constarray extends RealdomArray implements IRealdom\Constant diff --git a/Constboolean.php b/Constboolean.php index e4161ba..a75aaac 100644 --- a/Constboolean.php +++ b/Constboolean.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 @@ * * Realistic domain: constboolean. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constboolean extends Boolean implements IRealdom\Constant diff --git a/Constfloat.php b/Constfloat.php index 7f5e61e..beea83c 100644 --- a/Constfloat.php +++ b/Constfloat.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 @@ * * Realistic domain: constfloat. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constfloat extends RealdomFloat implements IRealdom\Constant diff --git a/Constinteger.php b/Constinteger.php index 0e1894f..ee602af 100644 --- a/Constinteger.php +++ b/Constinteger.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 @@ * * Realistic domain: constinteger. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constinteger extends Integer implements IRealdom\Constant diff --git a/Constnull.php b/Constnull.php index 615fc29..bccba77 100644 --- a/Constnull.php +++ b/Constnull.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 @@ * * Realistic domain: constnull. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constnull extends Realdom implements IRealdom\Constant diff --git a/Conststring.php b/Conststring.php index 8624170..6a5e93d 100644 --- a/Conststring.php +++ b/Conststring.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 @@ * * Realistic domain: conststring. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Conststring extends RealdomString implements IRealdom\Constant diff --git a/Crate/Constant.php b/Crate/Constant.php index b101c56..152bce3 100644 --- a/Crate/Constant.php +++ b/Crate/Constant.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: @@ -45,7 +45,7 @@ * * Represent a mocked constant. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Constant diff --git a/Crate/Variable.php b/Crate/Variable.php index 8f48667..0b781bf 100644 --- a/Crate/Variable.php +++ b/Crate/Variable.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 @@ * * Represent a variable. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Variable implements Realdom\IRealdom\Crate diff --git a/Date.php b/Date.php index 0bd9d76..82ec03b 100644 --- a/Date.php +++ b/Date.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 @@ * * Realistic domain: date. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Date extends Realdom @@ -90,7 +90,7 @@ protected function construct() $constants = &static::$_constants; $this['format']['value'] = preg_replace_callback( '#__(\w+)__#', - function (Array $matches) use (&$constants) { + function (array $matches) use (&$constants) { $c = $matches[1]; if (!isset($constants[$c])) { diff --git a/Disjunction.php b/Disjunction.php index 0d64529..08160e4 100644 --- a/Disjunction.php +++ b/Disjunction.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: @@ -46,7 +46,7 @@ * * Represent a disjunction of realistic domains. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Disjunction @@ -167,7 +167,7 @@ public function __get($name) * @return \Hoa\Realdom\Disjunction * @throws \Hoa\Realdom\Exception */ - public function __call($name, Array $arguments) + public function __call($name, array $arguments) { $name = ucfirst(strtolower($name)); @@ -213,7 +213,7 @@ public function __call($name, Array $arguments) * @param array $arguments Arguments. * @return \Hoa\Realdom\Disjunction */ - public function _call($name, Array $arguments = []) + public function _call($name, array $arguments = []) { return $this->__call($name, $arguments); } diff --git a/Even.php b/Even.php index 3f2ae95..e371148 100644 --- a/Even.php +++ b/Even.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 @@ * * Realistic domain: even. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Even extends Realdom diff --git a/Exception/Exception.php b/Exception/Exception.php index f7e0231..612831b 100644 --- a/Exception/Exception.php +++ b/Exception/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: @@ -44,7 +44,7 @@ * * 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/Exception/IllegalArgument.php b/Exception/IllegalArgument.php index 9282caa..70fcb9d 100644 --- a/Exception/IllegalArgument.php +++ b/Exception/IllegalArgument.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: @@ -41,7 +41,7 @@ * * Extending the \Hoa\Realdom\Exception class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class IllegalArgument extends Exception diff --git a/Exception/Inconsistent.php b/Exception/Inconsistent.php index a80ea7b..1e2f1dd 100644 --- a/Exception/Inconsistent.php +++ b/Exception/Inconsistent.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: @@ -41,7 +41,7 @@ * * Extending the \Hoa\Realdom\Exception class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Inconsistent extends Exception diff --git a/Exception/InvalidArgument.php b/Exception/InvalidArgument.php index 0a4f379..d33f9d7 100644 --- a/Exception/InvalidArgument.php +++ b/Exception/InvalidArgument.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: @@ -41,7 +41,7 @@ * * Extending the \Hoa\Realdom\Exception class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class InvalidArgument extends Exception diff --git a/Exception/MissingArgument.php b/Exception/MissingArgument.php index 99a6c1c..d368fa3 100644 --- a/Exception/MissingArgument.php +++ b/Exception/MissingArgument.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: @@ -41,7 +41,7 @@ * * Extending the \Hoa\Realdom\Exception class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class MissingArgument extends Exception diff --git a/Grammar.php b/Grammar.php index d14c9bc..592e5af 100644 --- a/Grammar.php +++ b/Grammar.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: @@ -46,7 +46,7 @@ * * Realistic domain: grammar. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Grammar extends RealdomString diff --git a/IRealdom/Constant.php b/IRealdom/Constant.php index 1378957..585c3f5 100644 --- a/IRealdom/Constant.php +++ b/IRealdom/Constant.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: @@ -41,7 +41,7 @@ * * Interface to represent constants. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Constant diff --git a/IRealdom/Crate.php b/IRealdom/Crate.php index 8cf6d3d..97d8459 100644 --- a/IRealdom/Crate.php +++ b/IRealdom/Crate.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 @@ * * Represent a mocked realdom. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Crate extends Visitor\Element diff --git a/IRealdom/Enumerable.php b/IRealdom/Enumerable.php index 2d059a9..41a5e10 100644 --- a/IRealdom/Enumerable.php +++ b/IRealdom/Enumerable.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: @@ -41,7 +41,7 @@ * * Represent domain than can be enumarated. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Enumerable extends \IteratorAggregate diff --git a/IRealdom/Finite.php b/IRealdom/Finite.php index bf6aa58..8a413ab 100644 --- a/IRealdom/Finite.php +++ b/IRealdom/Finite.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: @@ -41,7 +41,7 @@ * * Represent domain that is finite (with a size). * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Finite diff --git a/IRealdom/Holder.php b/IRealdom/Holder.php index 186c081..227df62 100644 --- a/IRealdom/Holder.php +++ b/IRealdom/Holder.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: @@ -41,7 +41,7 @@ * * This interface describes all kind of structures that hold realdoms. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Holder diff --git a/IRealdom/Interval.php b/IRealdom/Interval.php index 75dece2..9d6c374 100644 --- a/IRealdom/Interval.php +++ b/IRealdom/Interval.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: @@ -41,7 +41,7 @@ * * Represent domain with bounds. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Interval diff --git a/IRealdom/Nonconvex.php b/IRealdom/Nonconvex.php index 332ed56..4126cf5 100644 --- a/IRealdom/Nonconvex.php +++ b/IRealdom/Nonconvex.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: @@ -41,7 +41,7 @@ * * Represent domain with “gaps”. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Nonconvex diff --git a/Integer.php b/Integer.php index a793bc3..09e3d56 100644 --- a/Integer.php +++ b/Integer.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 @@ * * Realistic domain: integer. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Integer extends Realdom implements Number diff --git a/Natural.php b/Natural.php index e1b4b83..fc5f423 100644 --- a/Natural.php +++ b/Natural.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 @@ * * Realistic domain: natural. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Natural diff --git a/Number.php b/Number.php index a3f7452..c9f8f8b 100644 --- a/Number.php +++ b/Number.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: @@ -41,7 +41,7 @@ * * Interface to represent numbers. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ interface Number diff --git a/Odd.php b/Odd.php index 7fb0c16..4c2d6c4 100644 --- a/Odd.php +++ b/Odd.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 @@ * * Realistic domain: odd. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Odd extends Realdom diff --git a/Realdom.php b/Realdom.php index 15e81a2..d8f2640 100644 --- a/Realdom.php +++ b/Realdom.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: @@ -46,7 +46,7 @@ * * Abstract-top-super realistic domain :-). * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ abstract class Realdom @@ -363,7 +363,7 @@ protected function construct() * @param \Hoa\Realdom $self Self (if we auto-box arguments). * @return void */ - public static function autoBoxing(Array &$arguments, Realdom $self = null) + public static function autoBoxing(array &$arguments, Realdom $self = null) { if (is_object($self) && (get_class($self) === 'Hoa\Realdom\Constarray' || @@ -750,7 +750,7 @@ public function intersectWith(Realdom $realdom) * @param array &$constraints Contraints. * @return \Hoa\Realdom */ - public function setConstraints(Array &$constraints) + public function setConstraints(array &$constraints) { $this->_constraints = &$constraints; @@ -793,7 +793,7 @@ public function propagateConstraints($type, $index) protected function _propagateConstraints( $type, $index, - Array &$constraints + array &$constraints ) { return; } diff --git a/RealdomArray.php b/RealdomArray.php index 577cad3..b5d5013 100644 --- a/RealdomArray.php +++ b/RealdomArray.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 @@ * Realistic domain: array. * Supported constraints: sorted, rsorted, ksorted, krsorted, unique. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomArray extends Realdom @@ -407,7 +407,7 @@ protected function _sample(Math\Sampler $sampler) protected function _propagateConstraints( $type, $index, - Array &$constraints + array &$constraints ) { if ('key' !== $type) { return; diff --git a/RealdomClass.php b/RealdomClass.php index 42ca283..4bd21be 100644 --- a/RealdomClass.php +++ b/RealdomClass.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 @@ * * Realistic domain: class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomClass extends Realdom diff --git a/RealdomEmpty.php b/RealdomEmpty.php index 23a45eb..24abe75 100644 --- a/RealdomEmpty.php +++ b/RealdomEmpty.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 @@ * * Realistic domain: empty. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomEmpty extends Realdom diff --git a/RealdomFloat.php b/RealdomFloat.php index 59d8c1d..d483eab 100644 --- a/RealdomFloat.php +++ b/RealdomFloat.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 @@ * * Realistic domain: float. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomFloat extends Realdom implements Number diff --git a/RealdomObject.php b/RealdomObject.php index c8fe6e4..93d7ba7 100644 --- a/RealdomObject.php +++ b/RealdomObject.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 @@ * * Realistic domain: object. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomObject extends Realdom diff --git a/RealdomString.php b/RealdomString.php index 7525f17..b8978aa 100644 --- a/RealdomString.php +++ b/RealdomString.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 @@ * * Realistic domain: string. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class RealdomString diff --git a/Regex.php b/Regex.php index 0ce4f40..c6ce356 100644 --- a/Regex.php +++ b/Regex.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: @@ -46,7 +46,7 @@ * * Realistic domain: regex. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Regex extends Realdom diff --git a/Relation.php b/Relation.php index 4455dec..ab04a61 100644 --- a/Relation.php +++ b/Relation.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: @@ -41,7 +41,7 @@ * * Realistic domain: relation. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Relation extends RealdomArray diff --git a/Smallfloat.php b/Smallfloat.php index c8b9558..390626c 100644 --- a/Smallfloat.php +++ b/Smallfloat.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: @@ -41,7 +41,7 @@ * * Realistic domain: smallfloat. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Smallfloat extends Boundfloat diff --git a/Smallinteger.php b/Smallinteger.php index 1f7bf01..b516cb6 100644 --- a/Smallinteger.php +++ b/Smallinteger.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: @@ -41,7 +41,7 @@ * * Realistic domain: smallinteger. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Smallinteger extends Boundinteger diff --git a/Timestamp.php b/Timestamp.php index d20e6e8..5436d90 100644 --- a/Timestamp.php +++ b/Timestamp.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 @@ * * Realistic domain: timestamp. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Timestamp extends Constinteger diff --git a/Undefined.php b/Undefined.php index 9990532..94de58d 100644 --- a/Undefined.php +++ b/Undefined.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 @@ * * Realistic domain: undefined. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Undefined extends Realdom