Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Apr 20, 2022
1 parent 09e2517 commit 4827a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function exampleMappings()
if (0 === strpos($eKey, 'polymorphism') && 'token' == $aKey) {
continue;
}
if (\PHP_VERSION_ID < 80100 && 'using-refs' == $eKey) {
if ((\PHP_VERSION_ID < 80100 || 'token' == $aKey) && 'using-refs' == $eKey) {
continue;
}
if ('using-links-php81' == $eKey && 'token' == $aKey) {
Expand Down

0 comments on commit 4827a51

Please sign in to comment.