Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
DevKit updates (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 9, 2021
1 parent cf607d4 commit 3355524
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 3355524

Please sign in to comment.