diff --git a/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php b/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php index 4a48c77..1ec51bd 100644 --- a/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php +++ b/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php @@ -31,7 +31,7 @@ class Property } -interface IThinkYourStucked +interface IThinkYoureStuck { /** diff --git a/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php b/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php index ec22ad6..a983b50 100644 --- a/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php +++ b/tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php @@ -32,7 +32,7 @@ public function setProperties( } -class FooImplOverride implements IThinkYourStucked +class FooImplOverride implements IThinkYoureStuck { /** @@ -44,7 +44,7 @@ public function oops($property): void } -class FooImplNoOverride implements IThinkYourStucked +class FooImplNoOverride implements IThinkYoureStuck { public function oops($property): void