Skip to content

Commit

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

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


## 3.0.0 - 01.10.2021

### Удалено

- Прекращена поддержка PHP 7.2 и 7.3.
Expand Down
2 changes: 1 addition & 1 deletion src/Any.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Здесь метод `createSpecification` может вернуть экземпляр `Any`, если он не хочет добавлять
* никаких условий.
*
* @since x.x
* @since 2.4
*/
class Any implements Specification
{
Expand Down
2 changes: 1 addition & 1 deletion src/Logical/Not.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Спецификация «НЕ».
*
* @since x.x Класс больше не является окончательным.
* @since 2.2 Класс больше не является окончательным.
* @since 2.0 Перемещено в пространство Logical.
* @since 1.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface Translator
* @throws NoMatchingHandlerException
* @throws UnsatisfiableSpecificationException
*
* @since x.x Может выбрасывать исключение NoMatchingHandlerException.
* @since 2.2 Может выбрасывать исключение NoMatchingHandlerException.
* @since 2.0
*/
public function translate(Specification $specification): string;
Expand Down

0 comments on commit af37732

Please sign in to comment.