Skip to content

Commit

Permalink
Merge pull request #1932 from rupeshstha/fix/fix-interface
Browse files Browse the repository at this point in the history
Update class typo to interface on stub
  • Loading branch information
dcblogdev authored Sep 10, 2024
2 parents 427315e + 28bea59 commit 2ffbc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/interface.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace $CLASS_NAMESPACE$;

class $CLASS$
interface $CLASS$
{

}

0 comments on commit 2ffbc09

Please sign in to comment.