Skip to content

Commit

Permalink
[TASK] Remove dg/bypass-finals
Browse files Browse the repository at this point in the history
This package conflicts with infection/infection which will
be required in a further commit.
See also: dg/bypass-finals#9
  • Loading branch information
brotkrueml committed Feb 4, 2022
1 parent 7348a73 commit d9b5c62
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion Classes/Type/TypeRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @api
*/
final class TypeRegistry implements SingletonInterface
class TypeRegistry implements SingletonInterface
{
private const CACHE_ENTRY_IDENTIFIER_TYPES = 'types';
private const CACHE_ENTRY_IDENTIFIER_WEBPAGE_TYPES = 'webpage_types';
Expand Down
23 changes: 0 additions & 23 deletions Tests/Hooks/BypassFinalHook.php

This file was deleted.

1 change: 0 additions & 1 deletion Tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</testsuite>
</testsuites>
<extensions>
<extension class="Brotkrueml\Schema\Tests\Hooks\BypassFinalHook"/>
<extension class="Brotkrueml\Schema\Tests\Hooks\Typo3ConstantsHook"/>
</extensions>
</phpunit>
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"require-dev": {
"brotkrueml/coding-standards": "~1.2.0",
"captainhook/captainhook": "^5.10",
"dg/bypass-finals": "^1.3",
"ergebnis/composer-normalize": "~2.23.0",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.5",
Expand Down

0 comments on commit d9b5c62

Please sign in to comment.