Skip to content

Commit

Permalink
Fix lines which are too long
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed Nov 29, 2024
1 parent 6f274f8 commit 38fb8e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ Behat only supports current versions of PHP and third-party dependency packages

By "current", we mean:

* PHP versions that are listed as receiving active support or security fixes on the `official php.net version support page`_.
* PHP versions that are listed as receiving active support or security fixes
on the `official php.net version support page`_.
* Symfony versions that are listed as maintained or receiving security fixes on the `official Symfony releases page`_.

Once a PHP or Symfony version reaches End of Life we will remove it from our composer.json and CI flows.

.. note::
When we drop support for a PHP / dependency version we will highlight this in the CHANGELOG, but we will treat
it as a minor release. Composer will automatically protect users from upgrading to a version that does not support
their environment. Users running Behat as a ``.phar`` should review the release notes before downloading a new version.
their environment. Users running Behat as a ``.phar`` should review the release notes before downloading
a new version.

We will not ship bugfix releases for unsupported PHP / dependency versions, unless:

Expand Down
4 changes: 2 additions & 2 deletions user_guide/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ recommend that you refactor your code to use PHP attributes instead. This can be
to use the search and replace capabilities of your IDE to do this in a more automated way.

Alternatively you may want to use a tool like `Rector`_ which can do automated refactoring of your code. Rector includes
a rule that allows you to automatically convert any doc-block annotations to the corresponding attributes. To use it for your
Behat contexts, add the following option to your Rector configuration:
a rule that allows you to automatically convert any doc-block annotations to the corresponding attributes.
To use it for your Behat contexts, add the following option to your Rector configuration:

.. code-block:: php
Expand Down

0 comments on commit 38fb8e8

Please sign in to comment.