Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit fdd4b36

Browse files
committed
Quality: Happy new year!
1 parent 0f9cdcb commit fdd4b36

36 files changed

+72
-72
lines changed

Bin/Assert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Assert rules.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Assert extends Console\Dispatcher\Kit

Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Context of a rule, it contains data to instanciate the rule.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Context implements \ArrayAccess

DynamicCallable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* A callable without cache. Useful for the Context.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class DynamicCallable extends Consistency\Xcallable

Exception/Asserter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Extending the \Hoa\Ruler\Exception class.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Asserter extends Exception

Exception/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Extending the \Hoa\Exception\Exception class.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Exception extends HoaException

Exception/Interpreter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Extending the \Hoa\Ruler\Exception class.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Interpreter extends Exception

Model/Bag/Bag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Generic bag.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
abstract class Bag implements Visitor\Element

Model/Bag/Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* Bag for context, i.e. a variable.
4545
*
46-
* @copyright Copyright © 2007-2016 Hoa community
46+
* @copyright Copyright © 2007-2017 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Context extends Bag

Model/Bag/RulerArray.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Bag for an array.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class RulerArray extends Bag

Model/Bag/Scalar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Bag for a scalar.
4343
*
44-
* @copyright Copyright © 2007-2016 Hoa community
44+
* @copyright Copyright © 2007-2017 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Scalar extends Bag

Model/Model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Root of the model, allow to declare everything.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Model implements Visitor\Element

Model/Operator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Represent an operator or a function (in prefixed notation).
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Operator

Ruler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -46,7 +46,7 @@
4646
*
4747
* Ruler helpers.
4848
*
49-
* @copyright Copyright © 2007-2016 Hoa community
49+
* @copyright Copyright © 2007-2017 Hoa community
5050
* @license New BSD License
5151
*/
5252
class Ruler

Test/Integration/Documentation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Test suite of the examples in the documentation.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Documentation extends Test\Integration\Suite implements Test\Decorrelated

Test/Integration/Model/Operator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Test suite of the operator object of the model.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Operator extends Test\Integration\Suite

Test/Unit/Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the context.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Context extends Test\Unit\Suite

Test/Unit/DynamicCallable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the dynamic callable.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class DynamicCallable extends Test\Unit\Suite

Test/Unit/Exception/Asserter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the asserter exception.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Asserter extends Test\Unit\Suite

Test/Unit/Exception/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the main exception class.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Exception extends Test\Unit\Suite

Test/Unit/Exception/Interpreter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the asserter exception.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Interpreter extends Test\Unit\Suite

Test/Unit/Issue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Test suite of detected issues.
4646
*
47-
* @copyright Copyright © 2007-2016 Hoa community
47+
* @copyright Copyright © 2007-2017 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Issue extends Test\Unit\Suite implements Test\Decorrelated

Test/Unit/Model/Bag/Bag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2016, Hoa community. All rights reserved.
11+
* Copyright © 2007-2017, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -45,7 +45,7 @@
4545
*
4646
* Test suite of the bag generic class.
4747
*
48-
* @copyright Copyright © 2007-2016 Hoa community
48+
* @copyright Copyright © 2007-2017 Hoa community
4949
* @license New BSD License
5050
*/
5151
class Bag extends Test\Unit\Suite

0 commit comments

Comments
 (0)