Skip to content

Commit

Permalink
DevKit updates (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 8, 2021
1 parent 1cc34f2 commit fd06537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,17 @@ For instance, assuming you want to introduce a new method to an existing interfa

namespace Foo;

/**
* @method void usefulMethod()
*/
interface BarInterface
{
/**
* NEXT_MAJOR: Uncomment this method
*
* This method does useful stuff.
*/
// public function usefulMethod();
// public function usefulMethod(): void;

// …
}
Expand Down

0 comments on commit fd06537

Please sign in to comment.