Skip to content

Commit

Permalink
refactor #13987 Remove custom error level on Phpspec (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no
| Related tickets |     |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

This is not needed anymore since #13921

Commits
-------

1009082 Remove custom error level on Phpspec
  • Loading branch information
lchrusciel authored May 27, 2022
2 parents e3c6986 + 1009082 commit e36ee6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpspec.yml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
runner.maintainers.errors.level: 22527 # E_ALL ^ E_STRICT ^ E_DEPRECATED

suites:
Addressing: { namespace: Sylius\Component\Addressing, psr4_prefix: Sylius\Component\Addressing, spec_path: src/Sylius/Component/Addressing, src_path: src/Sylius/Component/Addressing }
Attribute: { namespace: Sylius\Component\Attribute, psr4_prefix: Sylius\Component\Attribute, spec_path: src/Sylius/Component/Attribute, src_path: src/Sylius/Component/Attribute }
Expand Down

0 comments on commit e36ee6a

Please sign in to comment.