Skip to content

Commit

Permalink
Версия 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Apr 30, 2020
1 parent 9c4101c commit cfab071
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

## Не выпущено



## 2.3.0 - 30.04.2020

### Изменено

- `AnyOf` и `AllOf` теперь могут принимать одну спецификацию.
Expand Down
2 changes: 1 addition & 1 deletion src/Logical/AllOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AllOf implements CompositeSpecification
*
* @param Specification ...$specifications Вложенные спецификации.
*
* @since x.x Может принимать одну спецификацию.
* @since 2.3 Может принимать одну спецификацию.
* @since 1.0
*/
public function __construct(...$specifications)
Expand Down
2 changes: 1 addition & 1 deletion src/Logical/AnyOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AnyOf implements CompositeSpecification
*
* @param Specification ...$specifications Вложенные спецификации.
*
* @since x.x Может принимать одну спецификацию.
* @since 2.3 Может принимать одну спецификацию.
* @since 1.0
*/
public function __construct(...$specifications)
Expand Down

0 comments on commit cfab071

Please sign in to comment.