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!
4 files
+ 141
16
Compare changes
  • Side-by-side
  • Inline

Files

@@ -12,6 +12,6 @@ interface DisplayDecision {
*
* @return bool
*/
public function should_display();
public function should_display(): bool;
}
\ No newline at end of file
Loading