Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Aug 6, 2023
1 parent 1884f9f commit f1cacde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Property

}

interface IThinkYourStucked
interface IThinkYoureStuck
{

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function setProperties(

}

class FooImplOverride implements IThinkYourStucked
class FooImplOverride implements IThinkYoureStuck
{

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

}

class FooImplNoOverride implements IThinkYourStucked
class FooImplNoOverride implements IThinkYoureStuck
{

public function oops($property): void
Expand Down

0 comments on commit f1cacde

Please sign in to comment.