Skip to content
Snippets Groups Projects

feature(petition): added text petition

Merged Krzysztof Dyszczyk requested to merge feature/text-petition into master
All threads resolved!
3 files
+ 119
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 17
0
<?php
namespace WPDesk\RepositoryRating;
/**
* Petition text generator.
*/
interface PetitionText {
/**
* Returns petition text.
*
* @return string
*/
public function get_petition_text(): string;
}
\ No newline at end of file
Loading