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!
6 files
+ 118
2
Compare changes
  • Side-by-side
  • Inline

Files

<?php
namespace WPDesk\RepositoryRating\DisplayStrategy;
/**
* ShouldDisplay interface.
*/
interface DisplayDecision {
/**
* Returns true when element should be displayed.
*
* @return bool
*/
public function should_display();
}
\ No newline at end of file
Loading