rultor.com logo This build log was produced by rultor.com for maxonfjvipon/ElegantElephant#30
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2312174
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed 26 Oct 2022 02:22:45 PM CEST
+ uptime
 14:22:45 up 119 days, 16:23,  0 users,  load average: 0.07, 0.13, 0.06
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ head_branch=master
+ pull_title='coverage 100%'
+ author=maxonfjvipon
+ directory=
+ head=git@github.com:maxonfjvipon/ElegantElephant.git
+ pull_id=30
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork_branch=up-to-4.0
+ squash=false
+ vars=('--env=head=git@github.com:maxonfjvipon/ElegantElephant.git' '--env=pull_id=30' '--env=fork=git@github.com:maxonfjvipon/ElegantElephant.git' '--env=fork_branch=up-to-4.0' '--env=head_branch=master' '--env=pull_title=coverage 100%' '--env=author=maxonfjvipon' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=30'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=up-to-4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=coverage 100%'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''echo "Validate composer..."'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''echo "Run composer..."'\'' '\'';'\'' '\''sudo apt-get install php-xml -y'\'' '\'';'\'' '\''sudo apt-get install php-mbstring -y'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''echo "Run PHPStan..."'\'' '\'';'\'' '\''composer run-script phpstan'\'' '\'';'\'' '\''echo "Run PHPUnit..."'\'' '\'';'\'' '\''composer run-script tests'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''' ';' 'export '\''pull_id=30'\''' ';' 'export '\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''' ';' 'export '\''fork_branch=up-to-4.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=coverage 100%'\''' ';' 'export '\''author=maxonfjvipon'\''' ';' 'sudo apt-get update' ';' 'echo "Validate composer..."' ';' 'composer validate --strict' ';' 'echo "Run composer..."' ';' 'sudo apt-get install php-xml -y' ';' 'sudo apt-get install php-mbstring -y' ';' 'composer install --prefer-dist --no-progress' ';' 'echo "Run PHPStan..."' ';' 'composer run-script phpstan' ';' 'echo "Run PHPUnit..."' ';' 'composer run-script tests' ';')
+ container=maxonfjvipon_elegantelephant_30
+ as_root=true
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:maxonfjvipon/ElegantElephant.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''' ';' 'export '\''pull_id=30'\''' ';' 'export '\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''' ';' 'export '\''fork_branch=up-to-4.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=coverage 100%'\''' ';' 'export '\''author=maxonfjvipon'\''' ';' 'sudo apt-get update' ';' 'echo "Validate composer..."' ';' 'composer validate --strict' ';' 'echo "Run composer..."' ';' 'sudo apt-get install php-xml -y' ';' 'sudo apt-get install php-mbstring -y' ';' 'composer install --prefer-dist --no-progress' ';' 'echo "Run PHPStan..."' ';' 'composer run-script phpstan' ';' 'echo "Run PHPUnit..."' ';' 'composer run-script tests' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:maxonfjvipon/ElegantElephant.git
+ git remote update
Fetching origin
Fetching fork
From github.com:maxonfjvipon/ElegantElephant
 * [new branch]      abstract_envelopes -> fork/abstract_envelopes
 * [new branch]      master             -> fork/master
 * [new branch]      up-to-4.0          -> fork/up-to-4.0
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/up-to-4.0
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'up-to-4.0' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 3b82eb0..a5675bf
Fast-forward
 composer.json                                      |   3 +-
 phpstan.neon                                       |   2 +
 pre-push.sh                                        |   1 +
 src/Any.php                                        |   2 +-
 src/Any/AnyCond.php                                |  12 +-
 src/Any/AnyOf.php                                  |  26 ++--
 src/Any/AnyWrap.php                                |  13 +-
 src/Any/AtKey.php                                  |  10 +-
 src/Any/EnsureAny.php                              |  42 ++++---
 src/Any/FirstOf.php                                |  24 ++--
 src/Any/LastOf.php                                 |  12 +-
 src/Arr.php                                        |   3 +-
 src/Arr/ArrCast.php                                |   2 +-
 src/Arr/ArrCombined.php                            |  16 ++-
 src/Arr/ArrCond.php                                |   4 +-
 src/Arr/ArrExploded.php                            |  13 +-
 src/Arr/ArrFiltered.php                            |   4 +-
 src/Arr/ArrFlatten.php                             |   8 +-
 src/Arr/ArrIf.php                                  |   4 +-
 src/Arr/ArrKeys.php                                |   6 +-
 src/Arr/ArrMapped.php                              |  14 +--
 src/Arr/ArrMerged.php                              |   4 +-
 src/Arr/ArrObject.php                              |   4 +-
 src/Arr/ArrOf.php                                  |   4 +-
 src/Arr/ArrRange.php                               |  13 +-
 src/Arr/ArrReversed.php                            |   4 +-
 src/Arr/ArrSorted.php                              |   4 +-
 src/Arr/ArrSplit.php                               |   8 +-
 src/Arr/ArrUnique.php                              |   4 +-
 src/Arr/ArrValues.php                              |   4 +-
 src/Arr/ArrWith.php                                |  15 ++-
 src/Arr/ArrWrap.php                                |   9 +-
 src/Arr/EnsureArr.php                              |  12 +-
 src/Logic.php                                      |   2 +-
 src/Logic/Conj.php                                 |   8 +-
 src/Logic/ContainsIn.php                           |  16 +--
 src/Logic/Disj.php                                 |   8 +-
 src/Logic/EnsureLogic.php                          |  16 +--
 src/Logic/InArray.php                              |   6 +-
 src/Logic/InText.php                               |  17 +--
 src/Logic/IsEmpty.php                              |   2 +-
 src/Logic/IsEqual.php                              |   5 +-
 src/Logic/IsNotEmpty.php                           |   2 +-
 src/Logic/IsNotEqual.php                           |   2 +-
 src/Logic/IsNull.php                               |   4 +-
 src/Logic/KeyExists.php                            |   6 +-
 src/Logic/LogicCond.php                            |   2 +-
 src/Logic/LogicOf.php                              |   4 +-
 src/Logic/LogicWrap.php                            |   9 +-
 src/Logic/Not.php                                  |   4 +-
 src/Logic/PregMatch.php                            |   6 +-
 src/Num.php                                        |   2 +-
 src/Num/ArraySum.php                               |   2 +-
 src/Num/EnsureNum.php                              |  12 +-
 src/Num/LengthOf.php                               |   8 +-
 src/Num/MaxOf.php                                  |  21 +---
 src/Num/MinOf.php                                  |  20 +--
 src/Num/NumCond.php                                |   3 +-
 src/Num/NumIf.php                                  |   2 +-
 src/Num/NumOf.php                                  |   6 +-
 src/Num/NumWrap.php                                |  11 +-
 src/Num/Rounded.php                                |   4 +-
 src/Num/SumOf.php                                  |   8 +-
 src/Txt/EnsureTxt.php                              |  16 +--
 src/Txt/StringableTxt.php                          |   1 -
 src/Txt/TxtCond.php                                |   2 +-
 src/Txt/TxtIf.php                                  |   2 +-
 src/Txt/TxtImploded.php                            |  14 +--
 src/Txt/TxtJoined.php                              |   2 +-
 src/Txt/TxtJsonEncoded.php                         |   4 +-
 src/Txt/TxtLowered.php                             |   4 +-
 src/Txt/{TxtLtrimmedOf.php => TxtLtrimmed.php}     |   6 +-
 src/Txt/TxtOf.php                                  |  13 +-
 src/Txt/TxtPregReplaced.php                        |  13 +-
 src/Txt/TxtReplaced.php                            |   8 +-
 src/Txt/TxtRtrimmed.php                            |   4 +-
 src/Txt/TxtSubstr.php                              |   4 +-
 src/Txt/TxtTrimmed.php                             |   4 +-
 src/Txt/TxtUpper.php                               |   4 +-
 src/Txt/TxtWrap.php                                |  11 +-
 tests/{Scalar => Any}/AtKeyTest.php                |  10 +-
 tests/Any/CondTest.php                             |  39 ++++++
 tests/Any/FirstOfTest.php                          | 115 +++++++++++++++++
 tests/Any/LastOfTest.php                           | 115 +++++++++++++++++
 tests/Any/OfTest.php                               | 138 +++++++++++++++++++++
 tests/{Arrayable => Arr}/ArrCastTest.php           |  14 +--
 tests/{Arrayable => Arr}/ArrCombinedTest.php       |  19 ++-
 tests/Arr/ArrCondTest.php                          |  39 ++++++
 tests/{Arrayable => Arr}/ArrEmptyTest.php          |   4 +-
 tests/{Arrayable => Arr}/ArrExplodedTest.php       |  10 +-
 tests/{Arrayable => Arr}/ArrFilteredTest.php       |   9 +-
 tests/{Arrayable => Arr}/ArrFlattenTest.php        |  10 +-
 tests/{Arrayable => Arr}/ArrIfTest.php             |  24 ++--
 tests/{Arrayable => Arr}/ArrKeysTest.php           |   4 +-
 tests/{Arrayable => Arr}/ArrMappedTest.php         |  10 +-
 tests/{Arrayable => Arr}/ArrMergedTest.php         |  14 +--
 tests/{Arrayable => Arr}/ArrObjectTest.php         |  12 +-
 tests/Arr/ArrOfTest.php                            |  76 ++++++++++++
 tests/{Arrayable => Arr}/ArrRangeTest.php          |   7 +-
 tests/{Arrayable => Arr}/ArrReversedTest.php       |   6 +-
 tests/{Arrayable => Arr}/ArrSortedTest.php         |  14 +--
 tests/{Arrayable => Arr}/ArrSplitTest.php          |  10 +-
 tests/Arr/ArrStickyTest.php                        |  46 +++++++
 tests/{Arrayable => Arr}/ArrUniqueTest.php         |   4 +-
 tests/{Arrayable => Arr}/ArrValuesTest.php         |  20 ++-
 tests/{Arrayable => Arr}/ArrWithTest.php           |  24 +++-
 tests/Arr/CountArrTest.php                         |  35 ++++++
 tests/{Arrayable => Arr}/SpreadTest.php            |   6 +-
 tests/Arrayable/ArrCountTest.php                   |  41 ------
 tests/Arrayable/ArrFromCallbackTest.php            |  62 ---------
 tests/Arrayable/ArrSortedByKeysTest.php            |  35 ------
 tests/Arrayable/ArrStickyTest.php                  |  53 --------
 tests/Arrayable/ArrTernaryTest.php                 |  55 --------
 tests/Boolean/LogicalOfTest.php                    |  62 ---------
 tests/ConstraintWrap.php                           |  37 ++++++
 tests/IsArr.php                                    |  21 ++++
 tests/IsLogic.php                                  |  22 ++++
 tests/IsNum.php                                    |  21 ++++
 tests/IsTxt.php                                    |  21 ++++
 .../ConjunctionTest.php => Logic/ConjTest.php}     |  12 +-
 tests/Logic/ContainsInTest.php                     |  65 ++++++++++
 .../DisjunctionTest.php => Logic/DisjTest.php}     |  14 +--
 tests/Logic/InArrayTest.php                        |  52 ++++++++
 tests/{Boolean => Logic}/IsEmptyTest.php           |  24 ++--
 .../EqualityOfTest.php => Logic/IsEqualTest.php}   |  26 ++--
 tests/{Boolean => Logic}/IsNotEmptyTest.php        |  24 ++--
 tests/Logic/IsNotEqualTest.php                     |  77 ++++++++++++
 tests/{Boolean => Logic}/KeyExistsTest.php         |  10 +-
 tests/Logic/LogicCondTest.php                      |  43 +++++++
 tests/Logic/LogicOfTest.php                        |  61 +++++++++
 tests/Logic/LogicStickyTest.php                    |  44 +++++++
 tests/{Boolean => Logic}/MatchRegexTest.php        |  12 +-
 tests/{Boolean => Logic}/NotTest.php               |  36 +-----
 tests/{Boolean => Logic}/StrContainsTest.php       |  10 +-
 tests/{Number => Num}/ArraySumTest.php             |  11 +-
 tests/{Number => Num}/LengthOfTest.php             |  16 +--
 tests/{Number => Num}/MaxOfTest.php                |  12 +-
 tests/{Number => Num}/MinOfTest.php                |  10 +-
 tests/Num/NumCondTest.php                          |  39 ++++++
 tests/{Number => Num}/NumIfTest.php                |  21 ++--
 tests/Num/NumOfTest.php                            |  88 +++++++++++++
 tests/Num/NumStickyTest.php                        |  44 +++++++
 tests/Num/NumberOfTest.php                         |  72 +++++++++++
 tests/{Number => Num}/RoundedTest.php              |  10 +-
 tests/Num/SumOfTest.php                            |  49 ++++++++
 tests/Number/NumStickyTest.php                     |  52 --------
 tests/Number/NumTernaryTest.php                    |  54 --------
 tests/Number/NumberOfTest.php                      |  35 ------
 tests/Number/SumOfTest.php                         |  37 ------
 tests/Scalar/FirstOfTest.php                       |  65 ----------
 tests/Scalar/LastOfTest.php                        |  65 ----------
 tests/Scalar/SclTernaryTest.php                    |  57 ---------
 tests/TestCase.php                                 |  82 +++++++++---
 tests/Text/TextOfTest.php                          |  54 --------
 tests/Text/TxtFromCallbackTest.php                 |  49 --------
 tests/Text/TxtStickyTest.php                       |  54 --------
 tests/Text/TxtTernaryTest.php                      |  55 --------
 tests/Txt/TextOfTest.php                           | 114 +++++++++++++++++
 tests/{Text => Txt}/TxtBlankTest.php               |   4 +-
 tests/Txt/TxtCondTest.php                          |  56 +++++++++
 tests/{Text => Txt}/TxtIfTest.php                  |  22 ++--
 tests/{Text => Txt}/TxtImplodedTest.php            |  22 ++--
 tests/{Text => Txt}/TxtJoinedTest.php              |  22 ++--
 tests/{Text => Txt}/TxtJsonEncodedTest.php         |  30 ++---
 tests/{Text => Txt}/TxtLoweredTest.php             |   8 +-
 tests/{Text => Txt}/TxtLtrimmedTest.php            |  10 +-
 tests/{Text => Txt}/TxtPregReplacedTest.php        |  22 +++-
 tests/{Text => Txt}/TxtReplacedTest.php            |   8 +-
 tests/{Text => Txt}/TxtRtrimmedTest.php            |   8 +-
 tests/Txt/TxtStickyTest.php                        |  44 +++++++
 tests/{Text => Txt}/TxtSubstrTest.php              |   8 +-
 tests/Txt/TxtToStringTraitTest.php                 |  33 +++++
 tests/{Text => Txt}/TxtTrimmedTest.php             |   8 +-
 tests/{Text => Txt}/TxtUpperTest.php               |   8 +-
 174 files changed, 2314 insertions(+), 1554 deletions(-)
 create mode 100755 pre-push.sh
 rename src/Txt/{TxtLtrimmedOf.php => TxtLtrimmed.php} (64%)
 rename tests/{Scalar => Any}/AtKeyTest.php (83%)
 create mode 100644 tests/Any/CondTest.php
 create mode 100644 tests/Any/FirstOfTest.php
 create mode 100644 tests/Any/LastOfTest.php
 create mode 100644 tests/Any/OfTest.php
 rename tests/{Arrayable => Arr}/ArrCastTest.php (76%)
 rename tests/{Arrayable => Arr}/ArrCombinedTest.php (67%)
 create mode 100644 tests/Arr/ArrCondTest.php
 rename tests/{Arrayable => Arr}/ArrEmptyTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrExplodedTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrFilteredTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrFlattenTest.php (76%)
 rename tests/{Arrayable => Arr}/ArrIfTest.php (69%)
 rename tests/{Arrayable => Arr}/ArrKeysTest.php (86%)
 rename tests/{Arrayable => Arr}/ArrMappedTest.php (86%)
 rename tests/{Arrayable => Arr}/ArrMergedTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrObjectTest.php (82%)
 create mode 100644 tests/Arr/ArrOfTest.php
 rename tests/{Arrayable => Arr}/ArrRangeTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrReversedTest.php (87%)
 rename tests/{Arrayable => Arr}/ArrSortedTest.php (81%)
 rename tests/{Arrayable => Arr}/ArrSplitTest.php (81%)
 create mode 100644 tests/Arr/ArrStickyTest.php
 rename tests/{Arrayable => Arr}/ArrUniqueTest.php (83%)
 rename tests/{Arrayable => Arr}/ArrValuesTest.php (50%)
 rename tests/{Arrayable => Arr}/ArrWithTest.php (68%)
 create mode 100644 tests/Arr/CountArrTest.php
 rename tests/{Arrayable => Arr}/SpreadTest.php (71%)
 delete mode 100644 tests/Arrayable/ArrCountTest.php
 delete mode 100644 tests/Arrayable/ArrFromCallbackTest.php
 delete mode 100644 tests/Arrayable/ArrSortedByKeysTest.php
 delete mode 100644 tests/Arrayable/ArrStickyTest.php
 delete mode 100644 tests/Arrayable/ArrTernaryTest.php
 delete mode 100644 tests/Boolean/LogicalOfTest.php
 create mode 100644 tests/ConstraintWrap.php
 create mode 100644 tests/IsArr.php
 create mode 100644 tests/IsLogic.php
 create mode 100644 tests/IsNum.php
 create mode 100644 tests/IsTxt.php
 rename tests/{Boolean/ConjunctionTest.php => Logic/ConjTest.php} (67%)
 create mode 100644 tests/Logic/ContainsInTest.php
 rename tests/{Boolean/DisjunctionTest.php => Logic/DisjTest.php} (71%)
 create mode 100644 tests/Logic/InArrayTest.php
 rename tests/{Boolean => Logic}/IsEmptyTest.php (78%)
 rename tests/{Boolean/EqualityOfTest.php => Logic/IsEqualTest.php} (65%)
 rename tests/{Boolean => Logic}/IsNotEmptyTest.php (78%)
 create mode 100644 tests/Logic/IsNotEqualTest.php
 rename tests/{Boolean => Logic}/KeyExistsTest.php (73%)
 create mode 100644 tests/Logic/LogicCondTest.php
 create mode 100644 tests/Logic/LogicOfTest.php
 create mode 100644 tests/Logic/LogicStickyTest.php
 rename tests/{Boolean => Logic}/MatchRegexTest.php (65%)
 rename tests/{Boolean => Logic}/NotTest.php (53%)
 rename tests/{Boolean => Logic}/StrContainsTest.php (71%)
 rename tests/{Number => Num}/ArraySumTest.php (67%)
 rename tests/{Number => Num}/LengthOfTest.php (73%)
 rename tests/{Number => Num}/MaxOfTest.php (70%)
 rename tests/{Number => Num}/MinOfTest.php (75%)
 create mode 100644 tests/Num/NumCondTest.php
 rename tests/{Number => Num}/NumIfTest.php (62%)
 create mode 100644 tests/Num/NumOfTest.php
 create mode 100644 tests/Num/NumStickyTest.php
 create mode 100644 tests/Num/NumberOfTest.php
 rename tests/{Number => Num}/RoundedTest.php (70%)
 create mode 100644 tests/Num/SumOfTest.php
 delete mode 100644 tests/Number/NumStickyTest.php
 delete mode 100644 tests/Number/NumTernaryTest.php
 delete mode 100644 tests/Number/NumberOfTest.php
 delete mode 100644 tests/Number/SumOfTest.php
 delete mode 100644 tests/Scalar/FirstOfTest.php
 delete mode 100644 tests/Scalar/LastOfTest.php
 delete mode 100644 tests/Scalar/SclTernaryTest.php
 delete mode 100644 tests/Text/TextOfTest.php
 delete mode 100644 tests/Text/TxtFromCallbackTest.php
 delete mode 100644 tests/Text/TxtStickyTest.php
 delete mode 100644 tests/Text/TxtTernaryTest.php
 create mode 100644 tests/Txt/TextOfTest.php
 rename tests/{Text => Txt}/TxtBlankTest.php (81%)
 create mode 100644 tests/Txt/TxtCondTest.php
 rename tests/{Text => Txt}/TxtIfTest.php (61%)
 rename tests/{Text => Txt}/TxtImplodedTest.php (70%)
 rename tests/{Text => Txt}/TxtJoinedTest.php (64%)
 rename tests/{Text => Txt}/TxtJsonEncodedTest.php (79%)
 rename tests/{Text => Txt}/TxtLoweredTest.php (78%)
 rename tests/{Text => Txt}/TxtLtrimmedTest.php (77%)
 rename tests/{Text => Txt}/TxtPregReplacedTest.php (59%)
 rename tests/{Text => Txt}/TxtReplacedTest.php (75%)
 rename tests/{Text => Txt}/TxtRtrimmedTest.php (77%)
 create mode 100644 tests/Txt/TxtStickyTest.php
 rename tests/{Text => Txt}/TxtSubstrTest.php (77%)
 create mode 100644 tests/Txt/TxtToStringTraitTest.php
 rename tests/{Text => Txt}/TxtTrimmedTest.php (77%)
 rename tests/{Text => Txt}/TxtUpperTest.php (79%)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.06
++ echo 0.06 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.06, low enough to run a new Docker container'
load average is 0.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:a6e21173bf1d33fa6f5877836e78e2d08d22aebffc6c1e116310f540f753a772
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\smaxonfjvipon_elegantelephant_30\s*$'
+ ls -al .
total 60
drwx--x--x  3 rultor rultor  4096 Oct 26 14:22 .
drwxrwxrwt 19 root   root    4096 Oct 26 14:22 ..
-rw-rw-r--  1 rultor rultor   556 Oct 26 14:22 end.sh
-rwxrwxr-x  1 rultor rultor   162 Oct 26 14:22 entry.sh
-rw-rw-r--  1 rultor rultor     8 Oct 26 14:22 pid
drwxrwxr-x  6 rultor rultor  4096 Oct 26 14:22 repo
-rwxrwxr-x  1 rultor rultor  6462 Oct 26 14:22 run.sh
-rw-rw-r--  1 rultor rultor   794 Oct 26 14:22 script.sh
-rw-rw-r--  1 rultor rultor 21833 Oct 26 14:22 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-j6nf:/main --env=head=git@github.com:maxonfjvipon/ElegantElephant.git --env=pull_id=30 --env=fork=git@github.com:maxonfjvipon/ElegantElephant.git --env=fork_branch=up-to-4.0 --env=head_branch=master '--env=pull_title=coverage 100%' --env=author=maxonfjvipon '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=30'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=up-to-4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=coverage 100%'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''echo "Validate composer..."'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''echo "Run composer..."'\'' '\'';'\'' '\''sudo apt-get install php-xml -y'\'' '\'';'\'' '\''sudo apt-get install php-mbstring -y'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''echo "Run PHPStan..."'\'' '\'';'\'' '\''composer run-script phpstan'\'' '\'';'\'' '\''echo "Run PHPUnit..."'\'' '\'';'\'' '\''composer run-script tests'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-j6nf/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxonfjvipon_elegantelephant_30 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:maxonfjvipon/ElegantElephant.git
+ head=git@github.com:maxonfjvipon/ElegantElephant.git
+ export pull_id=30
+ pull_id=30
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=up-to-4.0
+ fork_branch=up-to-4.0
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=coverage 100%'
+ pull_title='coverage 100%'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ sudo -i apt-get update
Get:1ohttp://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease [18.1 kB]
Get:2ohttp://security.ubuntu.com/ubuntu1focal-securityWInReleaser[114dkB]] [1 I
Get:3ohttp://ppa.launchpad.net/git-core/ppa/ubuntu)focalIInRelease2[23.8BkB]4 k
Hit:4ahttps://deb.nodesource.com/node_17.x8focal.InReleaseR[Waiting7forkheaders
Get:5ahttp://ppa.launchpad.net/ondrej/php/ubuntucfocalnInRelease2[23.9.kB]]
Hit:6ahttp://archive.ubuntu.com/ubuntu1focalBInRelease5%]
Get:7ahttp://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 Packages [25.0 kB]
Get:8ahttp://archive.ubuntu.com/ubuntu,focal-updates InRelease [114 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,646 kB]
Get:10Phttp://security.ubuntu.com/ubuntu5focal-security/mainCamd64tPackagesp[2,264 kB]
Get:11Phttp://ppa.launchpad.net/git-core/ppa/ubuntukfocal/main amd64gPackages [4,571 B]
Get:12Ihttp://ppa.launchpad.net/ondrej/php/ubuntu1focal/main2amd64cPackagesi[175 kB]
Get:13Ihttp://security.ubuntu.com/ubuntutfocal-security/universecamd64]Packages [924 kB]
Get:14ihttp://archive.ubuntu.com/ubuntu focal-backports9InReleasea[108ekB]678kB
Get:15rhttp://archive.ubuntu.com/ubuntuefocal-updates/restricted amd64 Packages [1,767 kB]
Get:16ahttp://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,225 kB]
Get:17ahttp://archive.ubuntu.com/ubuntusfocal-updates/multiverse amd64 Packages [37.8 kB]
Get:186http://archive.ubuntu.com/ubunturfocal-updates/main9amd64 Packages [2,734 kB]
Get:19ahttp://archive.ubuntu.com/ubuntusfocal-backports/universe amd64 Packages [27.4 kB]
Get:208http://archive.ubuntu.com/ubuntusfocal-backports/main%amd64 Packages [55.2 kB]
Fetchedo11.3gMBeins2sr(4,860[kB/s)ckages 14.3 kB/55.2 kB 26%]
Reading package lists... Done
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
32m./composer.json is valid39m
+ echo 'Run composer...'
Run composer...
+ sudo -i apt-get install php-xml -y
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following additional packages will be installed:
  php8.1-cli php8.1-common php8.1-opcache php8.1-readline php8.1-xml
The following NEW packages will be installed:
  php-xml php8.1-xml
The following packages will be upgraded:
  php8.1-cli php8.1-common php8.1-opcache php8.1-readline
4 upgraded, 2 newly installed, 0 to remove and 78 not upgraded.
Need to get 2,793 kB of archives.
After this operation, 64.5 kB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-opcache amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [334 kB]
Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-readline amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [12.8 kB]
Get:3Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-cli amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [1,668 kB]
Get:4Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-common amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [665 kB]
Get:5Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-xml amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [106 kB]
Get:6Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-xml all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,308 B]
Fetchedo2,793]kB,in71s/(2,003BkB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 88799 files and directories currently installed.)
Preparing to unpack .../0-php8.1-opcache_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-opcache (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../1-php8.1-readline_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-readline (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../2-php8.1-cli_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-cli (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../3-php8.1-common_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-common (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-xml.
Preparing to unpack .../4-php8.1-xml_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-xml (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
Selecting previously unselected package php-xml.
Preparing to unpack .../5-php-xml_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ...
Unpacking php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Setting up php8.1-common (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up php8.1-xml (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/dom.ini with new version
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/simplexml.ini with new version
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/xml.ini with new version
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/xmlreader.ini with new version
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/xmlwriter.ini with new version
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/xsl.ini with new version
Setting up php8.1-readline (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up php8.1-opcache (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Setting up php8.1-cli (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for php8.1-cli (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
+ sudo -i apt-get install php-mbstring -y
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following additional packages will be installed:
  php8.1-mbstring
The following NEW packages will be installed:
  php-mbstring php8.1-mbstring
0 upgraded, 2 newly installed, 0 to remove and 78 not upgraded.
Need to get 400 kB of archives.
After this operation, 1,102 kB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-mbstring amd64 8.1.11-1+ubuntu20.04.1+deb.sury.org+2 [392 kB]
Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-mbstring all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B]
Fetchedo400nkBtinn0s5(1,437/kB/s) B 76%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package php8.1-mbstring.
(Reading database ... 88820 files and directories currently installed.)
Preparing to unpack .../php8.1-mbstring_8.1.11-1+ubuntu20.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.1-mbstring (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
Selecting previously unselected package php-mbstring.
Preparing to unpack .../php-mbstring_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ...
Unpacking php-mbstring (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Setting up php8.1-mbstring (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline

Creating config file /etc/php/8.1/mods-available/mbstring.ini with new version
Setting up php-mbstring (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Processing triggers for php8.1-cli (8.1.11-1+ubuntu20.04.1+deb.sury.org+2) ...
+ composer install --prefer-dist --no-progress
30;43mComposer is operating significantly slower than normal because you do not have the PHP curl extension enabled.39;49m
30;43mNo composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.39;49m
32mLoading composer repositories with package information39m
32mInfo from https://repo.packagist.org: 37;44m#StandWith30;43mUkraine0m39m
32mUpdating dependencies39m
32mLock file operations: 72 installs, 0 updates, 0 removals39m
  - Locking 32mcomposer/pcre39m (33m3.0.039m)
  - Locking 32mcomposer/semver39m (33m3.3.239m)
  - Locking 32mcomposer/xdebug-handler39m (33m3.0.339m)
  - Locking 32mdoctrine/annotations39m (33m1.13.339m)
  - Locking 32mdoctrine/instantiator39m (33m1.4.139m)
  - Locking 32mdoctrine/lexer39m (33m1.2.339m)
  - Locking 32mfriendsofphp/php-cs-fixer39m (33mv3.12.039m)
  - Locking 32mguzzlehttp/guzzle39m (33m7.5.039m)
  - Locking 32mguzzlehttp/promises39m (33m1.5.239m)
  - Locking 32mguzzlehttp/psr739m (33m2.4.239m)
  - Locking 32mmyclabs/deep-copy39m (33m1.11.039m)
  - Locking 32mnikic/php-parser39m (33mv4.15.139m)
  - Locking 32mopis/closure39m (33m3.6.339m)
  - Locking 32mphar-io/manifest39m (33m2.0.339m)
  - Locking 32mphar-io/version39m (33m3.2.139m)
  - Locking 32mphp-coveralls/php-coveralls39m (33mv2.5.339m)
  - Locking 32mphpstan/phpstan39m (33m0.12.9939m)
  - Locking 32mphpstan/phpstan-phpunit39m (33m0.12.2239m)
  - Locking 32mphpunit/php-code-coverage39m (33m9.2.1739m)
  - Locking 32mphpunit/php-file-iterator39m (33m3.0.639m)
  - Locking 32mphpunit/php-invoker39m (33m3.1.139m)
  - Locking 32mphpunit/php-text-template39m (33m2.0.439m)
  - Locking 32mphpunit/php-timer39m (33m5.0.339m)
  - Locking 32mphpunit/phpunit39m (33m9.5.2539m)
  - Locking 32mpsr/cache39m (33m3.0.039m)
  - Locking 32mpsr/container39m (33m2.0.239m)
  - Locking 32mpsr/event-dispatcher39m (33m1.0.039m)
  - Locking 32mpsr/http-client39m (33m1.0.139m)
  - Locking 32mpsr/http-factory39m (33m1.0.139m)
  - Locking 32mpsr/http-message39m (33m1.0.139m)
  - Locking 32mpsr/log39m (33m2.0.039m)
  - Locking 32mralouphie/getallheaders39m (33m3.0.339m)
  - Locking 32mroave/security-advisories39m (33mdev-latest 599b9d639m)
  - Locking 32mrregeer/phpunit-coverage-check39m (33m0.3.139m)
  - Locking 32msebastian/cli-parser39m (33m1.0.139m)
  - Locking 32msebastian/code-unit39m (33m1.0.839m)
  - Locking 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m)
  - Locking 32msebastian/comparator39m (33m4.0.839m)
  - Locking 32msebastian/complexity39m (33m2.0.239m)
  - Locking 32msebastian/diff39m (33m4.0.439m)
  - Locking 32msebastian/environment39m (33m5.1.439m)
  - Locking 32msebastian/exporter39m (33m4.0.539m)
  - Locking 32msebastian/global-state39m (33m5.0.539m)
  - Locking 32msebastian/lines-of-code39m (33m1.0.339m)
  - Locking 32msebastian/object-enumerator39m (33m4.0.439m)
  - Locking 32msebastian/object-reflector39m (33m2.0.439m)
  - Locking 32msebastian/recursion-context39m (33m4.0.439m)
  - Locking 32msebastian/resource-operations39m (33m3.0.339m)
  - Locking 32msebastian/type39m (33m3.2.039m)
  - Locking 32msebastian/version39m (33m3.0.239m)
  - Locking 32msquizlabs/php_codesniffer39m (33m3.7.139m)
  - Locking 32msymfony/config39m (33mv6.1.339m)
  - Locking 32msymfony/console39m (33mv6.1.639m)
  - Locking 32msymfony/deprecation-contracts39m (33mv3.1.139m)
  - Locking 32msymfony/event-dispatcher39m (33mv6.1.039m)
  - Locking 32msymfony/event-dispatcher-contracts39m (33mv3.1.139m)
  - Locking 32msymfony/filesystem39m (33mv6.1.539m)
  - Locking 32msymfony/finder39m (33mv6.1.339m)
  - Locking 32msymfony/options-resolver39m (33mv6.1.039m)
  - Locking 32msymfony/polyfill-ctype39m (33mv1.26.039m)
  - Locking 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m)
  - Locking 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m)
  - Locking 32msymfony/polyfill-mbstring39m (33mv1.26.039m)
  - Locking 32msymfony/polyfill-php8039m (33mv1.26.039m)
  - Locking 32msymfony/polyfill-php8139m (33mv1.26.039m)
  - Locking 32msymfony/process39m (33mv6.1.339m)
  - Locking 32msymfony/service-contracts39m (33mv3.1.139m)
  - Locking 32msymfony/stopwatch39m (33mv6.1.539m)
  - Locking 32msymfony/string39m (33mv6.1.639m)
  - Locking 32msymfony/yaml39m (33mv6.1.639m)
  - Locking 32msymplify/easy-coding-standard39m (33m11.1.1339m)
  - Locking 32mtheseer/tokenizer39m (33m1.2.139m)
32mWriting lock file39m
32mInstalling dependencies from lock file (including require-dev)39m
32mPackage operations: 72 installs, 0 updates, 0 removals39m
  - Downloading 32mcomposer/pcre39m (33m3.0.039m)
  - Downloading 32mdoctrine/lexer39m (33m1.2.339m)
  - Downloading 32mpsr/container39m (33m2.0.239m)
  - Downloading 32msymfony/service-contracts39m (33mv3.1.139m)
  - Downloading 32msymfony/stopwatch39m (33mv6.1.539m)
  - Downloading 32msymfony/process39m (33mv6.1.339m)
  - Downloading 32msymfony/polyfill-php8139m (33mv1.26.039m)
  - Downloading 32msymfony/polyfill-php8039m (33mv1.26.039m)
  - Downloading 32msymfony/polyfill-mbstring39m (33mv1.26.039m)
  - Downloading 32msymfony/deprecation-contracts39m (33mv3.1.139m)
  - Downloading 32msymfony/options-resolver39m (33mv6.1.039m)
  - Downloading 32msymfony/finder39m (33mv6.1.339m)
  - Downloading 32msymfony/polyfill-ctype39m (33mv1.26.039m)
  - Downloading 32msymfony/filesystem39m (33mv6.1.539m)
  - Downloading 32mpsr/event-dispatcher39m (33m1.0.039m)
  - Downloading 32msymfony/event-dispatcher-contracts39m (33mv3.1.139m)
  - Downloading 32msymfony/event-dispatcher39m (33mv6.1.039m)
  - Downloading 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m)
  - Downloading 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m)
  - Downloading 32msymfony/string39m (33mv6.1.639m)
  - Downloading 32msymfony/console39m (33mv6.1.639m)
  - Downloading 32msebastian/diff39m (33m4.0.439m)
  - Downloading 32mpsr/cache39m (33m3.0.039m)
  - Downloading 32mdoctrine/annotations39m (33m1.13.339m)
  - Downloading 32mpsr/log39m (33m2.0.039m)
  - Downloading 32mcomposer/xdebug-handler39m (33m3.0.339m)
  - Downloading 32mcomposer/semver39m (33m3.3.239m)
  - Downloading 32mfriendsofphp/php-cs-fixer39m (33mv3.12.039m)
  - Downloading 32mguzzlehttp/promises39m (33m1.5.239m)
  - Downloading 32mralouphie/getallheaders39m (33m3.0.339m)
  - Downloading 32mpsr/http-message39m (33m1.0.139m)
  - Downloading 32mpsr/http-factory39m (33m1.0.139m)
  - Downloading 32mguzzlehttp/psr739m (33m2.4.239m)
  - Downloading 32mopis/closure39m (33m3.6.339m)
  - Downloading 32msymfony/yaml39m (33mv6.1.639m)
  - Downloading 32msymfony/config39m (33mv6.1.339m)
  - Downloading 32mpsr/http-client39m (33m1.0.139m)
  - Downloading 32mguzzlehttp/guzzle39m (33m7.5.039m)
  - Downloading 32mphp-coveralls/php-coveralls39m (33mv2.5.339m)
  - Downloading 32mphpstan/phpstan39m (33m0.12.9939m)
  - Downloading 32mphpstan/phpstan-phpunit39m (33m0.12.2239m)
  - Downloading 32msebastian/version39m (33m3.0.239m)
  - Downloading 32msebastian/type39m (33m3.2.039m)
  - Downloading 32msebastian/resource-operations39m (33m3.0.339m)
  - Downloading 32msebastian/recursion-context39m (33m4.0.439m)
  - Downloading 32msebastian/object-reflector39m (33m2.0.439m)
  - Downloading 32msebastian/object-enumerator39m (33m4.0.439m)
  - Downloading 32msebastian/global-state39m (33m5.0.539m)
  - Downloading 32msebastian/exporter39m (33m4.0.539m)
  - Downloading 32msebastian/environment39m (33m5.1.439m)
  - Downloading 32msebastian/comparator39m (33m4.0.839m)
  - Downloading 32msebastian/code-unit39m (33m1.0.839m)
  - Downloading 32msebastian/cli-parser39m (33m1.0.139m)
  - Downloading 32mphpunit/php-timer39m (33m5.0.339m)
  - Downloading 32mphpunit/php-text-template39m (33m2.0.439m)
  - Downloading 32mphpunit/php-invoker39m (33m3.1.139m)
  - Downloading 32mphpunit/php-file-iterator39m (33m3.0.639m)
  - Downloading 32mtheseer/tokenizer39m (33m1.2.139m)
  - Downloading 32mnikic/php-parser39m (33mv4.15.139m)
  - Downloading 32msebastian/lines-of-code39m (33m1.0.339m)
  - Downloading 32msebastian/complexity39m (33m2.0.239m)
  - Downloading 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m)
  - Downloading 32mphpunit/php-code-coverage39m (33m9.2.1739m)
  - Downloading 32mphar-io/version39m (33m3.2.139m)
  - Downloading 32mphar-io/manifest39m (33m2.0.339m)
  - Downloading 32mmyclabs/deep-copy39m (33m1.11.039m)
  - Downloading 32mdoctrine/instantiator39m (33m1.4.139m)
  - Downloading 32mphpunit/phpunit39m (33m9.5.2539m)
  - Downloading 32mrregeer/phpunit-coverage-check39m (33m0.3.139m)
  - Downloading 32msquizlabs/php_codesniffer39m (33m3.7.139m)
  - Downloading 32msymplify/easy-coding-standard39m (33m11.1.1339m)
  - Installing 32mcomposer/pcre39m (33m3.0.039m): Extracting archive
  - Installing 32mdoctrine/lexer39m (33m1.2.339m): Extracting archive
  - Installing 32mpsr/container39m (33m2.0.239m): Extracting archive
  - Installing 32msymfony/service-contracts39m (33mv3.1.139m): Extracting archive
  - Installing 32msymfony/stopwatch39m (33mv6.1.539m): Extracting archive
  - Installing 32msymfony/process39m (33mv6.1.339m): Extracting archive
  - Installing 32msymfony/polyfill-php8139m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-php8039m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-mbstring39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/deprecation-contracts39m (33mv3.1.139m): Extracting archive
  - Installing 32msymfony/options-resolver39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/finder39m (33mv6.1.339m): Extracting archive
  - Installing 32msymfony/polyfill-ctype39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/filesystem39m (33mv6.1.539m): Extracting archive
  - Installing 32mpsr/event-dispatcher39m (33m1.0.039m): Extracting archive
  - Installing 32msymfony/event-dispatcher-contracts39m (33mv3.1.139m): Extracting archive
  - Installing 32msymfony/event-dispatcher39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/string39m (33mv6.1.639m): Extracting archive
  - Installing 32msymfony/console39m (33mv6.1.639m): Extracting archive
  - Installing 32msebastian/diff39m (33m4.0.439m): Extracting archive
  - Installing 32mpsr/cache39m (33m3.0.039m): Extracting archive
  - Installing 32mdoctrine/annotations39m (33m1.13.339m): Extracting archive
  - Installing 32mpsr/log39m (33m2.0.039m): Extracting archive
  - Installing 32mcomposer/xdebug-handler39m (33m3.0.339m): Extracting archive
  - Installing 32mcomposer/semver39m (33m3.3.239m): Extracting archive
  - Installing 32mfriendsofphp/php-cs-fixer39m (33mv3.12.039m): Extracting archive
  - Installing 32mguzzlehttp/promises39m (33m1.5.239m): Extracting archive
  - Installing 32mralouphie/getallheaders39m (33m3.0.339m): Extracting archive
  - Installing 32mpsr/http-message39m (33m1.0.139m): Extracting archive
  - Installing 32mpsr/http-factory39m (33m1.0.139m): Extracting archive
  - Installing 32mguzzlehttp/psr739m (33m2.4.239m): Extracting archive
  - Installing 32mopis/closure39m (33m3.6.339m): Extracting archive
  - Installing 32msymfony/yaml39m (33mv6.1.639m): Extracting archive
  - Installing 32msymfony/config39m (33mv6.1.339m): Extracting archive
  - Installing 32mpsr/http-client39m (33m1.0.139m): Extracting archive
  - Installing 32mguzzlehttp/guzzle39m (33m7.5.039m): Extracting archive
  - Installing 32mphp-coveralls/php-coveralls39m (33mv2.5.339m): Extracting archive
  - Installing 32mphpstan/phpstan39m (33m0.12.9939m): Extracting archive
  - Installing 32mphpstan/phpstan-phpunit39m (33m0.12.2239m): Extracting archive
  - Installing 32msebastian/version39m (33m3.0.239m): Extracting archive
  - Installing 32msebastian/type39m (33m3.2.039m): Extracting archive
  - Installing 32msebastian/resource-operations39m (33m3.0.339m): Extracting archive
  - Installing 32msebastian/recursion-context39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/object-reflector39m (33m2.0.439m): Extracting archive
  - Installing 32msebastian/object-enumerator39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/global-state39m (33m5.0.539m): Extracting archive
  - Installing 32msebastian/exporter39m (33m4.0.539m): Extracting archive
  - Installing 32msebastian/environment39m (33m5.1.439m): Extracting archive
  - Installing 32msebastian/comparator39m (33m4.0.839m): Extracting archive
  - Installing 32msebastian/code-unit39m (33m1.0.839m): Extracting archive
  - Installing 32msebastian/cli-parser39m (33m1.0.139m): Extracting archive
  - Installing 32mphpunit/php-timer39m (33m5.0.339m): Extracting archive
  - Installing 32mphpunit/php-text-template39m (33m2.0.439m): Extracting archive
  - Installing 32mphpunit/php-invoker39m (33m3.1.139m): Extracting archive
  - Installing 32mphpunit/php-file-iterator39m (33m3.0.639m): Extracting archive
  - Installing 32mtheseer/tokenizer39m (33m1.2.139m): Extracting archive
  - Installing 32mnikic/php-parser39m (33mv4.15.139m): Extracting archive
  - Installing 32msebastian/lines-of-code39m (33m1.0.339m): Extracting archive
  - Installing 32msebastian/complexity39m (33m2.0.239m): Extracting archive
  - Installing 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m): Extracting archive
  - Installing 32mphpunit/php-code-coverage39m (33m9.2.1739m): Extracting archive
  - Installing 32mphar-io/version39m (33m3.2.139m): Extracting archive
  - Installing 32mphar-io/manifest39m (33m2.0.339m): Extracting archive
  - Installing 32mmyclabs/deep-copy39m (33m1.11.039m): Extracting archive
  - Installing 32mdoctrine/instantiator39m (33m1.4.139m): Extracting archive
  - Installing 32mphpunit/phpunit39m (33m9.5.2539m): Extracting archive
  - Installing 32mroave/security-advisories39m (33mdev-latest 599b9d639m)
  - Installing 32mrregeer/phpunit-coverage-check39m (33m0.3.139m): Extracting archive
  - Installing 32msquizlabs/php_codesniffer39m (33m3.7.139m): Extracting archive
  - Installing 32msymplify/easy-coding-standard39m (33m11.1.1339m): Extracting archive
32m15 package suggestions were added by new dependencies, use `composer suggest` to see details.39m
32mGenerating optimized autoload files39m
32m55 packages you are using are looking for funding.39m
32mUse the `composer fund` command to find out more!39m
+ echo 'Run PHPStan...'
Run PHPStan...
+ composer run-script phpstan
> ./vendor/bin/phpstan analyse src tests --level=8
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedPropertyNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPropertyNode.php on line 71
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedPropertyNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPropertyNode.php on line 71
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedInterfaceNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedInterfaceNode.php on line 56
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedInterfaceNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedInterfaceNode.php on line 56
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedPhpDocNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPhpDocNode.php on line 37
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedPhpDocNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPhpDocNode.php on line 37
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedFunctionNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedFunctionNode.php on line 73
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedFunctionNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedFunctionNode.php on line 73
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedClassNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassNode.php on line 85
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedClassNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassNode.php on line 85
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedTraitUseAdaptation::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitUseAdaptation.php on line 75
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedTraitUseAdaptation::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitUseAdaptation.php on line 75
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedParameterNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedParameterNode.php on line 46
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedParameterNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedParameterNode.php on line 46
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedMethodNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedMethodNode.php on line 93
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedMethodNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedMethodNode.php on line 93
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedTraitNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitNode.php on line 39
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedTraitNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitNode.php on line 39
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedClassConstantNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassConstantNode.php on line 68
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedClassConstantNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassConstantNode.php on line 68
PHP Deprecated:  Return type of PHPStan\Analyser\Error::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/Error.php on line 137
Deprecated: Return type of PHPStan\Analyser\Error::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/Error.php on line 137
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Helper/HelperSet.php on line 92
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Helper/HelperSet.php on line 92
Note: Using configuration file /home/r/repo/phpstan.neon.
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 134
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 134
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 121
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 121
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetSet($name, $node) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 100
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetSet($name, $node) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 100
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 144
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 144
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 301
Deprecated: Return type of Hoa\Protocol\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 301
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 556
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 556
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 618
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 618
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php on line 37
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php on line 37
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 74
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 74
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 98
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 98
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 54
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 54
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 51
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 51
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 66
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 66
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 70
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 70
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FilenameFilterIterator.php on line 26
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FilenameFilterIterator.php on line 26
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/PathFilterIterator.php on line 26
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/PathFilterIterator.php on line 26
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::getInnerIterator() should either be compatible with IteratorIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 87
Deprecated: Return type of Hoa\Iterator\Lookahead::getInnerIterator() should either be compatible with IteratorIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 87
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::rewind() should either be compatible with IteratorIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 130
Deprecated: Return type of Hoa\Iterator\Lookahead::rewind() should either be compatible with IteratorIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 130
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::valid() should either be compatible with IteratorIterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 141
Deprecated: Return type of Hoa\Iterator\Lookahead::valid() should either be compatible with IteratorIterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 141
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::key() should either be compatible with IteratorIterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 105
Deprecated: Return type of Hoa\Iterator\Lookahead::key() should either be compatible with IteratorIterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 105
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::current() should either be compatible with IteratorIterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 96
Deprecated: Return type of Hoa\Iterator\Lookahead::current() should either be compatible with IteratorIterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 96
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::next() should either be compatible with IteratorIterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 114
Deprecated: Return type of Hoa\Iterator\Lookahead::next() should either be compatible with IteratorIterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 114
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::getInnerIterator() should either be compatible with OuterIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 87
Deprecated: Return type of Hoa\Iterator\Lookahead::getInnerIterator() should either be compatible with OuterIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 87
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 96
Deprecated: Return type of Hoa\Iterator\Lookahead::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 96
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 114
Deprecated: Return type of Hoa\Iterator\Lookahead::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 114
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 105
Deprecated: Return type of Hoa\Iterator\Lookahead::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 105
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 141
Deprecated: Return type of Hoa\Iterator\Lookahead::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 141
PHP Deprecated:  Return type of Hoa\Iterator\Lookahead::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 130
Deprecated: Return type of Hoa\Iterator\Lookahead::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/iterator/Lookahead.php on line 130
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
2K 164/164░[▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


30;42m                                                                                39;49m
30;42m [OK] No errors                                                                 39;49m
30;42m                                                                                39;49m

+ echo 'Run PHPUnit...'
Run PHPUnit...
+ composer run-script tests
> ./vendor/bin/phpunit --fail-on-risky
PHPUnit 9.5.25 44;37m#StandWith0m43;30mUkraine0m

Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

...............................................................  63 / 215 ( 29%)
............................................................... 126 / 215 ( 58%)
............................................................... 189 / 215 ( 87%)
..........................                                      215 / 215 (100%)

Time: 00:00.046, Memory: 10.00 MB

30;42mOK (215 tests, 215 assertions)0m
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To github.com:maxonfjvipon/ElegantElephant.git
   3b82eb0..a5675bf  master -> master
container b15d33d11956fee0992c5136cdf55de98fee2aca5dfa9e0482457b6422098213 is dead
Wed 26 Oct 2022 02:24:00 PM CEST