Skip to content
Snippets Groups Projects

feature(petition): added text petition

Merged Krzysztof Dyszczyk requested to merge feature/text-petition into master
4 files
+ 141
16
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(): bool;
}
\ No newline at end of file
Loading