Skip to content

Commit f1cacde

Browse files
authored
Fix a typo
1 parent 1884f9f commit f1cacde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Property
3131

3232
}
3333

34-
interface IThinkYourStucked
34+
interface IThinkYoureStuck
3535
{
3636

3737
/**

tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function setProperties(
3232

3333
}
3434

35-
class FooImplOverride implements IThinkYourStucked
35+
class FooImplOverride implements IThinkYoureStuck
3636
{
3737

3838
/**
@@ -44,7 +44,7 @@ public function oops($property): void
4444

4545
}
4646

47-
class FooImplNoOverride implements IThinkYourStucked
47+
class FooImplNoOverride implements IThinkYoureStuck
4848
{
4949

5050
public function oops($property): void

0 commit comments

Comments
 (0)